@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/step3/storeBankDetails",'id'=>'bankDetails','class'=>'form-horizontal','method'=>'POST','files' => true)) !!}
{{---------------Documents------------------}}
Bank Account Details
@if($errors->has('accountName'))
{{ $errors->first('accountName') }}
@endif
@if($errors->has('accountNumber'))
{{ $errors->first('accountNumber') }}
@endif
@if($errors->has('bank'))
{{ $errors->first('bank') }}
@endif
@if($errors->has('ifsc'))
{{ $errors->first('ifsc') }}
@endif
@if($errors->has('pan'))
{{ $errors->first('pan') }}
@endif

Step 3 of 4

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