{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.alerts')
@if(isset($data['report_logo']) && !empty($data['report_logo']))
@endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection