@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('content')

Listing / List

New Listing
@foreach($list as $key => $item) @endforeach
Address Vendor
{{$key + 1}} {{$item->address?->unit_number ? $item->address->unit_number."/" : ""}}{{$item->address->street}}, {{$item->address->city}} {{$item->vendor->first_name}}
@csrf @method('DELETE')
@endsection