@extends('layouts.app')
@section('title', ($statement_by == 'patient' ? 'Patient' : 'Item').' wise Referral Statement')
@section('pages')
{!! $statement_by == 'patient' ? 'Patient' : 'Item' !!} Wise Referral Statement @if(!empty($doctor) && isset( $doctor->name )) OF Dr {!! !empty($doctor) && isset( $doctor->name ) ? $doctor->name : '' !!} ({!! !empty($doctor) && isset( $doctor->code ) ? $doctor->code : '' !!}) @endif