@extends('admin::curd.index') @section('heading') {!! trans('accident_report::accident_report.name') !!} {!! trans('cms.manage') !!} {!! trans('accident_report::accident_report.names') !!} @stop @section('title') {!! trans('accident_report::accident_report.names') !!} @stop @section('breadcrumb')
@stop @section('entry'){!! trans('accident_report::accident_report.label.ref')!!} | Date | Accident Date | {!! trans('accident_report::accident_report.label.division_id')!!} | {!! trans('accident_report::accident_report.label.asset_id')!!} | {!! trans('accident_report::accident_report.label.status')!!} | {!! trans('accident_report::accident_report.label.usedby_id')!!} | Damage Amount | Area | City | Claim Type | {!! Form::text('search[id]')->id('ser_id')->raw()!!} | {!! Form::date('search[accident_reports.accident_date]')->addClass('datepick')->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[accident_reports_status]')-> options(['' => 'All'] + trans('accident_report::accident_report.options.status'))->id("ser_status")->raw()!!} | {!! Form::select('search[usedby_id]')-> options([''=>'All']+Company::employees())->id('search_usedby')->raw()!!} | {!! Form::numeric('search[damageamount]')->id("ser_damageamount")->raw()!!} | {!! Form::numeric('search[area]')->id("area")->raw()!!} | {!! Form::numeric('search[city]')->id("city")->raw()!!} | {!! Form::numeric('search[claim_type]')->id("claim_type")->raw()!!} |
---|