@extends('layouts.master') @section('title', 'Payment | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.' . $type)) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.' . $type) }} {{ __('basic.in last 30 days') }}

{{ $payment_summry_30 . " " . $currency_name->code }}

{{ __('basic.' . $type) }} {{ __('basic.in last 7 days') }}

{{ $payment_summry_seven . " " . $currency_name->code }}

{{ __('basic.' . $type) }} {{ __('basic.today') }}

{{ $payment_summry_today . " " . $currency_name->code }}

{{ __('basic.last expenses') }}
@if ($type == 0) @else @endif @foreach ($payments as $item) @endforeach
{{ __('basic.name') }} {{ __('basic.date') }} {{ __('basic.treasury') }}{{ __('basic.comes from') }}{{ __('basic.goes to') }}{{ __('basic.current balance') }} {{ __('basic.status') }}
@if ($item->type == 0) @php $icon = "fas fa-plus"; $icon_color = "text-green"; @endphp @else @php $icon = "fas fa-minus"; $icon_color = "main-color"; @endphp @endif

{{ $item->code }}
{{ $item->receiver }}

{{ $type }}

{{ $item->paid_date}} @if($item->type == 0) @else @endif
{{ $item->amount .' ' . $item->currency->code}}
@endsection @section('js') @endsection