@extends('backend.layouts.app') @section('title') {{ __($module_title) }} @endsection @section('content')

{{ __('appointment.other_detail') }}

{{-- Modals --}} @include('appointment::backend.encounter_template.template_prescription', ['data' => $data]) {{-- @include('appointment::backend.patient_encounter.component.billing_details', ['data' => $data]) --}} @endsection @push('after-scripts') @endpush