Incidentreports

@forelse($incidentreports as $incidentreport)

{!! $incidentreport['name'] !!}



{!! $incidentreport['id'] !!}

{!! $incidentreport['ref'] !!}

{!! $incidentreport['division_id'] !!}

{!! $incidentreport['asset_id'] !!}

{!! $incidentreport['damagepercentage'] !!}

{!! $incidentreport['damagedetails'] !!}

{!! $incidentreport['status'] !!}

{!! $incidentreport['statusdate'] !!}

{!! $incidentreport['employee_id'] !!}

{!! $incidentreport['externalname'] !!}

{!! $incidentreport['externalmobile'] !!}

{!! $incidentreport['usedby_id'] !!}

{!! $incidentreport['custodian_id'] !!}

{!! $incidentreport['asset_type'] !!}

{!! $incidentreport['action'] !!}

{!! $incidentreport['slug'] !!}

{!! $incidentreport['user_id'] !!}

{!! $incidentreport['user_type'] !!}

{!! $incidentreport['created_at'] !!}

{!! $incidentreport['updated_at'] !!}

{!! $incidentreport['deleted_at'] !!}

{!! $incidentreport['image'] !!}
@empty

No modules

Your search for '{{Request::get('search')}}' returned empty result.

@endif {{$incidentreports->render()}}
@include('incidentreport::public.incidentreport.aside')