@if(Session::has('flash_message'))
{!! Form::close() !!}
{{ Session::get('flash_message') }}
@endif
{!! Form::open(['class' => 'form-horizontal']) !!}
Id | Employee | Asset | Issuing Authority | Date of Assignment | Date of Release | Actions |
---|---|---|---|---|---|---|
{{$i+=1}} | {{$asset->user_id}} | {{$asset->asset_id}} | {{$asset->authority_id}} | {{$asset->date_of_assignment}} | {{$asset->date_of_release}} |
|