@extends('seller.layout.master') @section('content')
| Name | Phone | Address 1 | Address 2 | Post code | City | Town | County | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{$storage->name}} | {{$storage->phone_no}} | {{$storage->address_line_1}} | {{$storage->address_line_2}} | {{$storage->postcode}} | {{$storage->city}} | {{$storage->town}} | {{$storage->county}} |