@if (!$branch_document->isEmpty()) @php $counter_img = 0; @endphp @foreach ($branch_document as $key => $document) @php $counter_img++; @endphp @endforeach
{{__('lang.document')}} {{__('lang.name')}} {{__('lang.options')}}
{!! showFile($document->file_name, $counter_img) !!} {{ $document->name }}
@else
{{__('lang.there_has_no_data')}}
@endif
{{__('lang.add_new')}}

{{ csrf_field() }}
{{-- @if ($edit_document) Upload New Document @endif --}}