@extends('layouts.app')
@section('title')
{{ __('messages.opd_patients') }}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('opdPatientUrl',url('patient/my-opds'),['id'=>'indexOpdListPatientUrl'])}}
@endsection
{{-- JS File :- assets/js/opd_patients_list/opd_patients.js --}}