@extends('layouts.app') @section('title', 'Shippment CheckList') @section('content')
@csrf

Shippment Item CheckList

@error('name') {{ $message }} @enderror
Back
{{-- Alert Messages --}} @include('common.alert')
Shippment_checkList
Select Order_Number Tracking_No Updated_Date Sent_Date Customer Status Action
@endsection @push('scripts') @endpush @section('scripts') @endsection