@extends('layouts.main_investor') @section('content')
@php $current_route=Route::current()->parameters()['pay'];@endphp
    @if(!empty($allcomms->toArray()['data'])) @foreach($allcomms as $k=>$item)
  • @lang('site.Reservation information')
    @lang('site.name')
    {{$item->user['firstname']}}
    @lang('site.phone_number')
    {{$item->user['country_code']}}{{$item->user['phone']}}
    @lang('site.booking_no')
    {{$item->booking_id}}
    @lang('site.booking_price')
    {{$item->total_price}} {{$item->city->country['currency_ar'] ?? ''}}
    @lang('site.Commission_paid')
    {{$item->price}} {{$item->city->country['currency_ar'] ?? ''}} ({{$item->comision}})
    @if($current_route=='unpaid') @endif
    @endforeach @if($allcomms->hasPages())
    @endif @else
    @lang('site.There are no commissions')
    empty icon
    @endif
@endsection @section('scripts') @endsection