| # | Voucher Code | Used By |
|---|---|---|
| {{++$key}} | {{$row->voucher_code}} | {{isset($row->patient->first_name) ? $row->patient->first_name.' '.$row->patient->last_name: ""}} |
@extends('admin.layouts.master') @section('title', 'Support Room - Vouchers List') @section('content')
| # | Voucher Code | Used By |
|---|---|---|
| {{++$key}} | {{$row->voucher_code}} | {{isset($row->patient->first_name) ? $row->patient->first_name.' '.$row->patient->last_name: ""}} |