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

تحويلات رصيد

@if(auth()->guard('partner')->user()->level == 1) @endif
@endsection @section('content')
العمليات {{$deposits->total()}} @foreach($deposits as $payment) @endforeach
التوقيت الفرع بواسطة المبلغ طريقة/نوع الدفع تعليق
{{$payment->created_at}} {{$payment->fromBranch->title}} {{$payment->creator->name}} {{$payment->amount}} {{$payment->type}} - {{$payment->method}} {{$payment->comment}}
{!!$deposits->withQueryString()->links('pagination::bootstrap-4')!!}
@endsection @section('script') @endsection