{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")
Max file size limit is 15MB. @if(isset($data['certificate']) && !empty($data['certificate']))
@if(in_array(pathinfo($data['certificate'], PATHINFO_EXTENSION), ['pdf','PDF'])) @else @endif
@endif
@endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} @endsection