@extends($route['layout']) @section('title', '| Employee') @section('content')
New Employee
{!! Form::open(array('url' => $route['path'].'/posAddHrEmployee', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}

Personal Info

{!! Form::label('emp_id', 'Employee ID :', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('emp_id', $value = null, ['class' => 'form-control', 'id' => 'emp_id', 'type' => 'text', 'placeholder' => 'Employee ID','autocomplete'=>'off']) !!}

{!! Form::label('father_name', 'Father 's Name :', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('father_name', $value = null, ['class' => 'form-control', 'id' => 'father_name', 'type' => 'text', 'placeholder' => 'Father Name','autocomplete'=>'off']) !!}

{!! Form::label('paymentType', 'Sex:', ['class' => 'col-md-4 control-label']) !!}

{!! Form::label('date_of_birth', 'Date of Birth :', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('date_of_birth', $value = null, ['class' => 'form-control', 'id' => 'date_of_birth', 'placeholder' => 'Date of Birth','autocomplete'=>'off']) !!}

{!! Form::label('nid_no', 'NID No. :', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('nid_no', $value = null, ['class' => 'form-control', 'id' => 'nid_no', 'type' => 'text', 'placeholder' => 'NID No.','autocomplite'=>'off','autocomplete'=>'off']) !!}

{!! Form::label('mobile_no', 'Mobile :', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('mobile_no', $value = null, ['class' => 'form-control', 'id' => 'mobile_no', 'type' => 'text', 'placeholder' => 'Mobile No','autocomplete'=>'off']) !!}

Present Address

{!! Form::label('pre_div_id', 'Division:', ['class' => 'col-sm-4 control-label']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/gnr/employee/employeeList/addHrEmployee.blade.php:73 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/gnr/employee/employeeList/addHrEmployee.blade.php on line 73