@if($errors->has('franchise_agreement'))
{{$errors->first('franchise_agreement')}}
@endif
@if(isset($agreement))
@else
@endif
@if($errors->has('franchises_tax_details'))
{{$errors->first('franchises_tax_details')}}
@endif
@if(isset($taxdetails))
@else
@endif
@if($errors->has('other_document'))
{{$errors->first('other_document')}}
@endif
@if(isset($documents))
@foreach($documents as $document)
@endforeach
@endif