@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') {{--INLCUDE ERROR MESSAGE BOX--}} @include('admin.common.error') {{--END ERROR MESSAGE BOX--}}
Personal Details
{{--------------------employeeID Form--------------------------------------------}} {!! Form::model($employee, ['method' => 'POST', 'class'=>'form-horizontal form-bordered', 'id' => 'edit_salary_form', 'files' => true]) !!} @if(session('message')) {{session('success')}} @endif
Select image Change Remove
NOTE! Image Size must be (700px by 700px)
@if($errors->has('fullName'))
{{ $errors->first('fullName') }}
@endif
@if($errors->has('fatherName'))
{{ $errors->first('fatherName') }}
@endif
@if($errors->has('alternate_mail'))
{{ $errors->first('alternate_mail') }}
@endif
@if($errors->has('mobileNumber'))
{{ $errors->first('mobileNumber') }}
@endif
@if($errors->has('emergency_phone'))
{{ $errors->first('emergency_phone') }}
@endif
@if($errors->has('localAddress'))
{{ $errors->first('localAddress') }}
@endif
@if($errors->has('permanentAddress'))
{{ $errors->first('permanentAddress') }}
@endif
{{----------------employeeID Form end -------------}}

Step 4 of 4

{!! Form::close() !!}
@stop @section('footerjs') @stack('filter') @stack('final') {!! 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