@extends('layouts.trainer') @section('page-title') Payments @endsection @section('style') @endsection @section('content')

My Payments

{{-- --}}
@forelse ($payments as $item) @empty @endforelse
No. Slip Payment Date
{{ $loop->iteration }} View Payment Slip {{ date('d-m-Y', strtotime($item->created_at)) }}
No Payments Available
@endsection @section('js') @endsection