@php use Carbon\Carbon; @endphp @if(count($voucher_series->voucherSeriesLimitSchedules) > 0)
| Schedule Based Limit | |||
|---|---|---|---|
| Date From | Date To | Total Limit | Balance |
| {{Carbon::parse($schedule['date_from'])->format('l Y-m-d')}} | {{Carbon::parse($schedule['date_to'])->format('l Y-m-d')}} | {{$schedule['total_limit']}} | {{$schedule['num_balance']}} |