@extends('admin::curd.index') @section('heading') {!! trans('material::material_issues.name') !!} {!! trans('cms.manage') !!} {!! trans('material::material_issues.names') !!} @stop @section('title') {!! trans('material::material_issues.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
Ref Store Work Order Technician Status
{!! Form::text('search[ref]')->raw()!!} {!! Form::select('search[store_id]')-> options([''=>'All']+WorkDepartment::stores())->raw()!!} {!! Form::text('search[wo_no]')->raw()!!} {!! Form::select('search[technician_id]')-> options([''=>'All']+User::technicians())->raw()!!} {!! Form::select('search[status]')-> options([''=>'All']+trans('material::material_issues.options.status'))->raw()!!}
@stop @section('script') @stop @section('style') @stop