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