@include('frontend.layouts.navbar') {{-- Page Hero --}}
Freight Vendors
Vendors
Search and find your freight agents. Connect better and faster.
{{-- Search --}}
{{-- Table --}}
Provider
Title
Date Created
Action
@foreach($sailingschdules as $schdule)
{{ $schdule->vendor->name }}
{{ $schdule->title }}
{{ $schdule->created_at->format('d M Y') }}
View
@endforeach
@include('frontend.layouts.footer')