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

vessel

vessel

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