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

{{ $head ?? ''}}

@if($accept ?? '' && $accept->id) @method('PUT') @endif @csrf
type != 'new') style="display:block" @else style="display:none" @endif>
@if(!is_null($accept->field_id))
@else
@endif @if(!is_null($accept->type_id))
@endif @if(!is_null($accept->image))
@php $file = explode('.',$accept->image); @endphp @if($file[1] == 'pdf')

{{ __('news.download') }}

@else @endif
@endif @if(!is_null($accept->file))
@php $file = explode('.',$accept->file); @endphp @if($file[1] == 'pdf')

{{ __('news.download') }}

@else @endif
@endif
@if(!is_null($accept->stay_0))
@php $file = explode('.',$accept->stay_0); @endphp @if($file[1] == 'pdf' || $file[1] == 'mp4')

{{ __('news.download') }}

@else @endif
@endif @if(!is_null($accept->stay_1))
@php $file = explode('.',$accept->stay_1); @endphp @if($file[1] == 'pdf' || $file[1] == 'mp4')

{{ __('news.download') }}

@else @endif
@endif @if(!is_null($accept->stay_2))
@php $file = explode('.',$accept->stay_2); @endphp @if($file[1] == 'pdf' || $file[1] == 'mp4')

{{ __('news.download') }}

@else @endif
@endif
@endsection @section('inner_js') @endsection