@extends('layouts.admin.app') @section('content')
demo test
| S. No. | Registration Date | Name | Mobile | Certification | {{--Payable For | --}}Amount | Time | Detail | |
|---|---|---|---|---|---|---|---|---|---|
| {{++$i}} | {{-- {{$voucher->created_at->todatestring()}} --}} {{ date('d-m-Y',strtotime($voucher->created_at)) }} | {{ $voucher->user_name }} | {{ $voucher->email }} | {{ $voucher->mobile }} | @foreach($courses as $course){{$course}} @endforeach |
{{-- {{ $voucher->payable_for }} | --}}${{ $voucher->amount }} | {{-- {{ $new_date }} --}} {{ date('h:i A',strtotime($voucher->created_at)) }} |