@extends('app') @section('content') Edit Prescription Template Preview Home Setup Edit Prescription Template Template Name: {{csrf_field()}} Code Purpose {patient_name} Patient name {patient_age} Patient age {patient_gender} Patient gender {date} Current Date {doctor} Doctor Details {hospital} Hospital Details Template: {!!$prescriptionTemplate->template!!} Update @endsection @section('script') @endsection
{patient_name}
{patient_age}
{patient_gender}
{date}
{doctor}
{hospital}