@extends('layouts.master') @section('page_header') Payments @endsection @section('breadcrumb') @endsection @section('content')

Payments

@forelse($prescriptions as $prescription) @if($prescription->hasIssued()) $prescription->patient->id])}}'"> @endif @empty @endforelse
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)}}
{{--Data Tables Scripts--}} {{--//Data Tables--}} @endsection