@extends('layouts.app') @section('title', 'Create Shipping Line') @php $breadcrumbs = [['label' => 'Masters', 'url' => route('masters.shipping-lines.index')], ['label' => 'Shipping Line', 'url' => route('masters.shipping-lines.index')], ['label' => 'Create']]; @endphp @section('content')

Create New Shipping Line

Back to List
@csrf
Cancel
@endsection