@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

المعاملات المالية

الصافى

{{$data['total']}}

الايرادات

{{$data['deposit']}}

الارتجعات

{{$data['refund']}}

@endsection @section('content')
@can('roles-create')
@endcan
@foreach($data['statments'] as $statment) @endforeach
{{trans('labels.date')}} {{trans('labels.student')}} طريقة الدفع تفاصيل الايداعات تم بواسطة amount
{{$statment->created_at}} {{$statment->student->name}} {{$statment->type == 'order' ? 'coupon' : ($statment->journalModel->type ?? null)}} @if($statment->type == 'deposit') [{{$statment->deposit->reference_number}}] {{$statment->deposit->lecture->title??''}} @endif {{($statment->journalModel->subscribed_by_model_type ?? null) == 'App\Models\User' ? '(Student)' : '(Admin)'}} {{$statment->journalModel->actionBy->name ?? null}} {{$statment->db == 0 ? $statment->cr : $statment->db}}
@endsection @section('script') @endsection