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

Shippment_Cost List

@error('ordernumber') {{ $message }} @enderror
{{-- Alert Messages --}} @include('common.alert')
All shipment cost Details
ID ShipperID OrderNumber Tracking_No Shipper Customer Details Cost Status Action
@endsection @section('scripts') @endsection