@extends('layouts.app') @section('title', 'Doctor Prescription') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('opd-doctor-prescription-create', $authRolePermissions))
@endif
@include('doctor.prescription-setting.table')
@endsection @section('js') @endsection