@extends('web.layouts.layout') @section('container_content')
@if (session('error'))
{{ session('error') }}
@endif

{{ __('loops.withdraw_confirmation') }}

{!! $notes['description']['description'] !!}
  • agree
  • paid period

    {{ count($paidMonth) }} months
  • full period

    {{ $loopDetails['period'] }} months
  • {{ $cashed ? __('loops.left_share') : __('loops.next_share') }}

    {{ $cashed ? $remainingAmount : $loopDetails['share'] }} SAR
  • your turn was in

    {{ date('F', strtotime($loopDetails['encashment_month'])) }}

{{ date('F', strtotime($loopDetails['loop_date'])) }}'s Loop

{{ __('loops.complete_withdraw') }}

{{ __('loops.remaining') }} {{ $remainingAmount }} SAR

{{ __('loops.total') }} {{ $total }} SAR

{{ __('loops.withdraw_fees') }} {{ $withdrawFees }} SAR

@if($delayFees)

{{ __('loops.delay_fees') }} {{ $delayFees }} SAR

@endif
{{ __('loops.pay') }}
@endsection @section('container_js') @endsection