@extends('layouts.front-end.app') @section('title', translate('Send Prescription')) @section('content')
@include('web-views.partials._profile-aside')
{{translate('Send Prescription')}}
@csrf
@endsection