@extends('layouts.master') @section('title', $title) @section('content')
@include('patients.service_menu') {{-- Form Section --}}
Create {{ $title }}
@csrf
{{-- Buttons --}}
{{-- Table Section --}}
{{ $title }} List
# Category Name Price Status {{ __('messages.action') }}
@endsection @section('page_js') @endsection