@extends('layouts.app') @section('title', 'New Courier Shipment') @section('breadcrumbs') @endsection @section('content')

New Courier Shipment

Create an express courier shipment

Back
@csrf @if ($errors->any())
@endif
Shipper & Consignee
Package Details
Shipping
@endsection