@extends('admin.layout.master') @push('css') @endpush @section('content')
@foreach($transtions as $transtion) @endforeach
@lang('admin.name') @lang('admin.amountTransaction') @lang('admin.transationDate')
{{\App\Models\User::where('id' , $transtion->user_id)->first()?->name}} {{$transtion->amount}} @lang('admin.KD') {{$transtion->created_at}}
@endsection @push('js') @endpush