@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Shipping Line

Shipping Line

@can('delete.vessel', Auth::user()) @endcan @foreach ($shipping_lines as $shipping_line) @can('delete.vessel', Auth::user()) @endcan @endforeach @can('delete.vessel', Auth::user()) @endcan
No. Shipping Line EDITDELETE
{{ $loop->index + 1 }} {{ $shipping_line->shipping_line }} EDIT
No. Shipping Line EDITDELETE
@endsection @section('more-scripts') @endsection