@extends('layouts.app') @section('title', 'Shipping Lines') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Shipping Lines']]; @endphp @section('content')

Shipping Lines Master

Manage shipping lines records

@can('shipping-lines.create') New Shipping Lines @endcan
@endsection