@extends('layouts/contentLayoutMaster')
@section('title', 'Edit Course')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
Course Transactions
@foreach(@$transactions as $transaction)
#
Type
Amount
Created At
Actions
@php
$i++;
@endphp
@endforeach
{{ @$i}}
{{ @$transaction->type}}
{{@$transaction->amount}}
{{ date('Y-m-d h:i a', strtotime($transaction->created_at)) }}