@extends('admin::curd.index') @section('heading') {!! trans('depart::depart.name') !!} {!! trans('cms.manage') !!} {!! trans('depart::depart.names') !!} @stop @section('title') {!! trans('depart::depart.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('depart::depart.label.code')!!} {!! trans('depart::depart.label.name')!!} {!! trans('depart::depart.label.email_manager')!!} {!! trans('depart::depart.label.mobile_manager')!!} {!! trans('depart::depart.label.email_hod')!!} {!! trans('depart::depart.label.mobile_hod')!!} {!! trans('depart::depart.label.company_id')!!} {!! trans('depart::depart.label.description')!!}
{!! Form::text('search[code]')->raw()!!} {!! Form::text('search[name]')->raw()!!} {!! Form::text('search[email_manager]')->raw()!!} {!! Form::text('search[mobile_manager]')->raw()!!} {!! Form::text('search[email_hod]')->raw()!!} {!! Form::text('search[mobile_hod]')->raw()!!} {!! Form::numeric('search[company_id]')->raw()!!} {!! Form::text('search[description]')->raw()!!}
@stop @section('script') @stop @section('style') @stop