@extends('layouts.app') @section('content')
{!! Form::open(array('route' => 'admin.credit.post', 'name' => 'submit', 'enctype' => 'multipart/form-data', 'id' => 'creditForm')) !!} {!! csrf_field() !!} @if($currentUser->hasRole('Company'))
@else
@endif
{!! Form::close() !!}
@endsection