Form Wizard
@if(Session::has('response'))
{!!Session::get('response')['message']!!}
@endif
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
| #SL | Name of Cost | Voucher No | Description | Amount | Month name | Date | Inserted At | {{--Action | --}}
|---|---|---|---|---|---|---|---|---|
| {{ ++$loop->index }} | {{ $c?->type->bill_name }} | {{$c->voucher_no ?? ''}} | {{$c?->description}} | {{$c?->amount}} | {{ $c?->billing_month ?? '' }} | {{$c?->billing_date}} | {{$c?->created_at}} | |
| {{__('No data founds!')}} | ||||||||