@extends('admin::curd.index') @section('heading') {!! trans('company::employee.name') !!} {!! trans('cms.manage') !!} {!! trans('company::employee.names') !!} @stop @section('title') {!! trans('company::employee.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{{-- --}} {{-- --}}
{!! trans('company::employee.label.company_id')!!}{!! trans('company::employee.label.division_id')!!} {!! trans('company::employee.label.name')!!} {!! trans('company::employee.label.code')!!} {!! trans('company::employee.label.designation')!!} {!! trans('company::employee.label.email')!!} {!! trans('company::employee.label.rf_id')!!} {!! trans('company::employee.label.phone')!!} {!! trans('company::employee.label.department_id') !!} Custodian {!! trans('company::employee.label.status')!!}
{!! Form::select('search[company_id]')->options([''=>'All']+Company::companies())->id('ser_company_id')->raw()!!}{!! Form::select('search[employees.division_id]')-> options([''=>'All']+Company::divisions())->id('ser_division_id')->raw()!!} {!! Form::text('search[name]')->raw()!!} {!! Form::text('search[code]')->raw()!!} {!! Form::text('search[designation]')->raw()!!} {!! Form::text('search[email]')->raw()!!} {!! Form::text('search[rf_id]')->raw()!!} {!! Form::numeric('search[phone]')->raw()!!} {!! Form::select('search[department_id]')-> options([''=>'All']+Department::departments())->id('department_id')->raw()!!} {!! Form::select('search[custodian]')-> options([''=>'All',1 => 'Yes',0 => 'No'])->id('custodian')->raw()!!} {!! Form::select('search[status]')-> options(['' => 'All'] + trans('company::employee.options.status'))->raw()!!}
@stop @section('script') @stop @section('style') @stop