@extends('layouts.app') @section('content')
@foreach($manifests as $manifest) @endforeach
#DateCourierStatusAction
{{ $manifest->manifest_no ?? $manifest->id }} {{ $manifest->manifest_date ?? $manifest->created_at?->format('Y-m-d') }} {{ $manifest->courier_id }} {{ $manifest->status }} Open
{{ $manifests->links() }}
@endsection