@extends('admin.layouts.auth.master') @section('content')

{{ $title }}

اجمالي الرصيد : {{$total}}

@include('flash::message')

الاستشارات

@foreach($consultations as $consultation) @endforeach
# الاستشاره العميل الخدمه الاجمالي عمولة الاداره صافي الارباح
3 {{$consultation->title}} {{$consultation->user->name}} {{$consultation->service->title }} {{$consultation->fees}} {{$consultation->commission_fees_percent}} {{$consultation->net_fees }}

طلبات سحب الر صيد

@foreach($pullMoney as $pull) @endforeach
# المبلغ التاريخ
3 {{$pull->amount}} {{$consultation->date}}
@endsection