{!! Form::open(array('role' => 'form', 'files'=>'false', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('circular_number', $data['attributes']['circular_number'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('circular_number', $data['model']->circular_number, ['class' => 'form-control', 'id' => 'circular_number', 'type' => 'text', 'readonly'=>'readonly', 'placeholder' => $data['placeholder']['circular_number']]) !!}

{{ $errors->error->first('circular_number') }}

{!! Form::label('circular_date', $data['attributes']['circular_date'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('circular_date', $data['model']->circular_date, ['class' => 'form-control datepicker', 'id' => 'circular_date', 'type' => 'text', 'placeholder' => $data['placeholder']['circular_date']]) !!}

{{ $errors->error->first('circular_date') }}

{!! Form::label('department_id_fk', $data['attributes']['department_id_fk'], ['class' => 'col-sm-2 control-label']) !!}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 26

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 26

Warning: Attempt to read property "position_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 26
{!! Form::select('department_id_fk', $data['departmentData'], $data['model']->department_id_fk, ['class' => 'form-control getPosition', 'id' => 'department_id_fk']) !!}

{{ $errors->error->first('department_id_fk') }}

{!! Form::label('position_id_fk', $data['attributes']['position_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('position_id_fk', [''=>'Select any'], $data['model']->position_id_fk, ['class' => 'form-control getRequisition', 'id' => 'position_id_fk']) !!}

{{ $errors->error->first('position_id_fk') }}

{!! Form::label('job_title', $data['attributes']['job_title'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('job_title', $data['model']->job_title, ['class' => 'form-control', 'id' => 'job_title', 'type' => 'text', 'placeholder' => $data['placeholder']['job_title']]) !!}

{{ $errors->error->first('job_title') }}

{!! Form::label('job_description', $data['attributes']['job_description'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::textarea('job_description', $data['model']->job_description, ['class' => 'form-control', 'rows'=>'3', 'id' => 'job_description', 'type' => 'text', 'placeholder' => $data['placeholder']['job_description']]) !!}

{{ $errors->error->first('job_description') }}

{!! Form::label('no_of_vacancy', $data['attributes']['no_of_vacancy'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('no_of_vacancy', $data['model']->no_of_vacancy, ['class' => 'form-control', 'id' => 'no_of_vacancy', 'type' => 'text', 'readonly'=>'readonly', 'placeholder' => $data['placeholder']['no_of_vacancy']]) !!}

{{ $errors->error->first('no_of_vacancy') }}


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 66

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 66

Warning: Attempt to read property "position_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 66
#
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 76

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 76

Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php:76 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/jobCircular/form.blade.php on line 76