@extends('admin::curd.index') @section('heading') {!! trans('incident_report::incident_report.name') !!} {!! trans('cms.manage') !!} {!! trans('incident_report::incident_report.names') !!} @stop @section('title') {!! trans('incident_report::incident_report.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('incident_report::incident_report.label.ref')!!} Ref Date Incident Type {!! trans('incident_report::incident_report.label.division_id')!!} {!! trans('incident_report::incident_report.label.asset_id')!!} {!! trans('incident_report::incident_report.label.status')!!} {!! trans('incident_report::incident_report.label.employee_id')!!} {!! trans('incident_report::incident_report.label.usedby_id')!!} {!! trans('incident_report::incident_report.label.custodian_id')!!} Department Work Department {!! trans('incident_report::incident_report.label.asset_type')!!} Damage Amount
{!! Form::text('search[id]')->id('ser_id')->raw()!!} {!! Form::select('search[incident_type]')-> options(['' => 'All'] + trans('incident_report::incident_report.options.incident_type'))->id("ser_status")->raw()!!} {!! Form::select('search[division_id]')-> options([''=>'All']+Company::divisions())->id('search_division')->raw()!!} {!! Form::select('search[asset_id]') -> addClass('js-selectt2')-> options(array())->id('ser_assetid')->raw()!!} {!! Form::select('search[incident_reports_status]')-> options(['' => 'All'] + trans('incident_report::incident_report.options.status_level1'))->id("ser_status")->raw()!!} {!! Form::select('search[employee_id]')-> options([''=>'All']+Company::employees())->id('ser_employee')->raw()!!} {!! Form::select('search[usedby_id]')-> options([''=>'All']+Company::employees())->id('search_usedby')->raw()!!} {!! Form::select('search[custodian_id]')-> options([''=>'All']+Company::custodians())->id("ser_custodian")->raw()!!} {!! Form::select('search[departmentid]')->options(['' => 'All'] + Department::departments())->id('departmentid')->raw() !!} {!! Form::select('search[workdepartmentid]')->options(['' => 'All'] + WorkDepartment::work_departments())->id('workdepartmentid')->raw() !!} {!! Form::select('search[assettype]')-> options(['' => 'All'] + trans('incident_report::incident_report.options.asset_type'))->id("ser_assettype")->raw()!!} {!! Form::numeric('search[damageamount]')->id("ser_damageamount")->raw()!!}
@stop @section('script') @stop @section('style') @stop