@extends('mgh_theme.app',['datatable'=>1]) @section('content')
@if(auth()->user()->admin == 1)
@endif @include('mgh_theme.session') @include('mgh_theme.error')

The List Of Transection

@foreach($transections as $transection) {{-- --}} @endforeach
SL NO Name Email Date Deposit
{{$loop->iteration}} {{isset($transection->user->name) ? $transection->user->name : auth()->user()->name}} {{isset($transection->user->email) ? $transection->user->email : auth()->user()->email}} {{isset($transection->amount) ? $transection->amount : 0}} {{\Carbon\Carbon::parse($transection->created_at)->format('d F,Y G:i:s')}}--}} {{-- --}} {{--
@csrf @method('DELETE')
--}} {{--
@endsection @section('modal') @endsection @section('script') @if(auth()->user()->admin == 1) @endif @endsection