@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($otherRequest ?? '' && $otherRequest->id) @method('PUT') @endif @csrf
{{-- --}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if ($otherRequest->files && is_array($otherRequest->files) && count($otherRequest->files)) @foreach ($otherRequest->files as $file)
@if(strpos($file, '.pdf')) @else @endif
@endforeach @endif
@endsection @section('inner_js') @endsection