@extends('app') @section('content')
Print
To @if(isset($patient))
{{ $patient->full_name }}
Phone: {{ $patient->mobile_no }}
@endif
Invoice {{$receiptInfo->invoice_id}}

Invoice Date: {{date("d F, Y")}}
Doctor: {{$receiptInfo->doctor_name }} Appointment Date: {{$receiptInfo->scheduleDate }}
Total: {{$receiptInfo->total_amount }}
Paid: {{$receiptInfo->pay_note }}
Pay Note: {{$receiptInfo->pay_note}}
Return: {{$receiptInfo->return}}
@endsection @section('extra-js') @endsection @section('script')