@extends('layouts.app') @section('title') {{ __('messages.patients') }} @endsection @section('content')
@include('flash::message') {{Form::hidden('patientUrl',url('patients'),['id'=>'indexPatientUrl'])}} {{ Form::hidden('patients', __('messages.advanced_payment.patient'), ['id' => 'Patients']) }} @include('accountants.templates.templates') @include('partials.page.templates.templates')
@endsection {{-- JS File :- assets/js/patients/patients.js --}}