@extends('layouts.master') @section('page_header') Payments @endsection @section('breadcrumb')
@endsection @section('content')Patient Name | Amount Paid | Remarks | Issued At |
---|---|---|---|
{{$prescription->patient->first_name}} {{$prescription->patient->last_name}} | {{$prescription->payment->amount}} | {{$prescription->payment->remarks}} | {{Utils::getTimestamp($prescription->issued_at)}} |