@extends('layouts.app')
@section('title')
{{ __('messages.prescriptions') }}
@endsection
@section('page_css')
@endsection
@section('content')
@include('flash::message')
@include('prescriptions.table')
@include('prescriptions.templates.templates')
@include('prescriptions.show_modal')
@endsection
@section('page_scripts')
@endsection
@section('scripts')
@endsection