@extends('layouts.master') @section('title', $title) @section('content')
@include('patient_mangement.appointment.profile.profile')
@include('patient_mangement.appointment.profile.menu')
{{ $title }}
@can($access . '-create') @include($view . '.modal') {{ $title }} @endcan
# Date Total {{ __('messages.action') }}
@endsection @section('page_js') @endsection