@extends('backend.layout.app') @section('sub_header') @component('backend.layout.components.sub-header') @slot('title') {{ $title }} @endslot {{ __('main.clinic_report') }} {{ __('main.clinic_report') }} @slot('toolbar')
  • {{ __('main.clinic_report') }}
  • @endslot @endcomponent @endsection @section('content') @component('backend.layout.components.form-portlet_search') @slot('title') {{ $title }} @endslot
    @include('backend.clinic_report._partials._fields', [ 'data' => collect(old()), 'action' => 'create', ])
    @endcomponent @endsection @section('js_scripts') @include('backend.clinic_report._partials._scripts', [ 'action' => 'create', 'data' => collect(old()), 'submitUrl' => route('admin.get.clinic_report.post'), ]) @endsection