@extends('front.layouts.frontstep') @extends('front.layouts.front') @section('head') {!! HTML::style('assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! HTML::style('assets/global/plugins/bootstrap-datepicker/css/datepicker3.css') !!} @stop @section('mainarea')
{!! Form::open(array('url'=>"/front/step2/store",'id'=>'addEmployeeForm','class'=>'form-horizontal','method'=>'POST','files' => true)) !!} {{---------------Documents------------------}}
Documents
 
Select file Change Remove
@if($errors->has('AadharCard_Proof'))
{{ $errors->first('AadharCard_Proof') }}
@endif
 
Select file Change Remove
@if($errors->has('higher_secondary_proof'))
{{ $errors->first('higher_secondary_proof') }}
@endif
 
Select file Change Remove
@if($errors->has('graduation_proof'))
{{ $errors->first('graduation_proof') }}
@endif

Step 2 of 4

{!! Form::close() !!} @stop @stack('js') @section('footerjs') {!! HTML::script('assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js') !!} {!! HTML::script('assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js') !!} {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js") !!} {!! HTML::script('assets/admin/pages/scripts/components-pickers.js') !!} @stop