@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Add CC Reconciliation File @stop @section('content')
* {{ Form::label('filename', 'XLS File') }} {{ Form::file('filename', Input::old('filename'),array('class'=>'inputStyle')) }} @if($errors->has('filename'))
{{$errors->first('filename')}}
@endif Download Example File*
{{ Form::submit('Upload File', array('class'=>'btn btn-padding btn-bluebg', 'id' => 'ccreconfileSubmit')) }}
{{ Form::close() }}