@include('layouts.header')
@include('layouts.navigation2')

DRAFT

@if(Session::has('success')) @endif
@if(count($data) > 0)
{{-- --}} {{-- --}} @foreach($data as $index => $item) {{-- --}} {{-- --}} @endforeach
NO REFERENCE NUMBERVESSEL NAMECREATED DATE CREATED TIMEFORM TYPE
{{$index + 1}} {{$item['ref_no']}}{{$item['vessel_name']}}{{date('Y-m-d', strtotime($item['created_at']))}} {{date('h:i A', strtotime($item['created_at']))}}{{$item['form_type']}} EDIT DELETE
@else
No record found
@endif
@include('layouts.footer')