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

{{ $head ?? ''}}

@if($company ?? '' && $company->id) @method('PUT') @endif @csrf
@if(!is_null($company->author_file))
@php $file = explode('.',$company->author_file); @endphp @if($file[1] != 'pdf') @else @endif
@if($file[1] != 'pdf') @endif
@endif
@endsection @section('inner_js') {{-- --}} @endsection