@permission('asset-location')
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
Asset Tag |
Asset |
Maintainance Type |
Start Date |
End Date |
Action |
@if( $asset_maintainances->count() > 0 )
@foreach( $asset_maintainances as $list )
{{$list->asset->asset_tag}} |
{{$list->asset->name}} |
{{$list->type}} |
{{date('d-F-Y' , strtotime($list->start_date))}} |
{{date('d-F-Y' , strtotime($list->end_date))}} |
|
@endforeach
@endif