@extends('backend.layout.app') @section('sub_header') @component('backend.layout.components.sub-header') @slot('title') {{ $title }} @endslot {{ __('main.patients') }} @slot('toolbar')
  • {{ __('main.edit') }} {{ __('main.patients') }}
  • {{ __('main.show-all') }} {{ __('main.patients') }}
  • {{ __('main.add_new') }} {{ __('main.patient') }}
  • {{ __('main.add_new') }} {{ __('main.operation') }}
  • @endslot @endcomponent @endsection @section('content') @include("backend.patients._partials._show_page._header_section._index")
    @include("backend.patients._partials._show_page._content_section._index")
    @endsection