@permission('asset-location')
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
Name |
Created Date |
Action |
@if( $asset_locations->count() > 0 )
@foreach( $asset_locations as $list )
{{$list->name}} |
{{date('d-F-Y' , strtotime($list->created_at))}} |
|
@endforeach
@endif