@extends('layouts.site') @section('headScript') @endsection @section('content')
@if ($errors->any())
@endif @if (session('status')) @endif

{{ config('app.locale') == "en" ? $data->name_e : $data->name_a }}

{{ $data->main_specialty }}


@lang('home.'.date('F'))
USD {{ number_format(floor($totalSessionThisMonthDollar*100)/100, 2) }}
@lang('home.'.date('F'))
EGP {{ number_format(floor($totalSessionThisMonth*100)/100, 2) }}
@if(isset($data->money_paid_egp))
إجمالي المستحقات بالجنية
EGP {{ $totalSessionThisMonth }}
المبلغ المدفوع بالجنية
EGP {{ $data->money_paid_egp }}
المبلغ المتبقي بالجنية
EGP {{$totalSessionThisMonth - $data->money_paid_egp }}
@endif @if(isset($data->money_paid_usd))
إجمالي المستحقات بالدولار
USD {{ $totalSessionThisMonthDollar }}
المبلغ المدفوع بالدولار
USD {{ $data->money_paid_usd }}
المبلغ المتبقي بالدولار
USD {{$totalSessionThisMonthDollar - $data->money_paid_usd }}
@endif
{{ date('F d, Y',strtotime('first day of this month')) }} - {{ date('F d, Y',strtotime('last day of this month')) }}
{{-- @lang('home.Total this Month') : {{ $totalSessionThisMonth }} @lang('home.pound') - {{ $totalSessionThisMonthDollar }} $--}}
# {{ trans('home.client-name') }} {{ trans('home.session-date') }} {{trans('home.Therapist Amount')}} {{ trans('home.paid-fees') }} {{trans('home.discount-code')}} {{trans('home.Discount Percentage')}} {{trans('home.Discount Amount')}}
{{-- @lang('home.Total') : {{ $totalSessionPound }} @lang('home.pound') - {{ $totalSessionDollar }} $--}}
@endsection @section('scriptSection') @endsection