@extends('layouts.master') @section('page_title', 'Manage Payments') @section('content')
# | Title | Amount | Ref_No | Class | Method | Info | Action |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $p->title }} | {{ $p->amount }} | {{ $p->ref_no }} | {{ $p->my_class_id ? $p->my_class->name : '' }} | {{ ucwords($p->method) }} | {{ $p->description }} |
# | Title | Amount | Ref_No | Class | Method | Info | Action |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $p->title }} | {{ $p->amount }} | {{ $p->ref_no }} | {{ $p->my_class_id ? $p->my_class->name : '' }} | {{ ucwords($p->method) }} | {{ $p->description }} |