@php $meta_title = 'Aurobees | Billing'; $meta_description = ''; $meta_keywords = ''; $add_class_header='show-nav'; $footer_sign_up_for_free_trial=true; $parent_active_page='customer-management'; $active_page='customer-billing'; @endphp @extends('frontend.user.includes.master') @section('body')

Billing

@include('frontend.become_a_partner.includes.body.sidebar')
@if($datas) @foreach ($datas as $key => $data) @endforeach @endif
No Subscribe Billing No Company Name LOB Name LOB Type LOB Plan No. User Form Date Due Date Commission Amount Shared Amount Total Amount Status Paid Date Action
{{$data->serial_number}} {{ $data->company }} {{ $data->name }} {{ $data->industry_title }} {{ $data->start_at }} {{ $data->end_at }} {{$data->currency_code.' '. number_format($data->partner_commission_amount, 2) }} {{$data->currency_code.' '. number_format($data->grand_amount - $data->partner_commission_amount, 2) }} {{$data->currency_code.' '. number_format($data->grand_amount, 2) }} @if($data->plan_name=='Free-Trial') Upgrade @endif @php $checkStatue=false; $paidDate=''; @endphp @if(!$data['Transaction']->isEmpty()) @foreach($data['Transaction'] as $item) @if($item->status=='Success') @php $checkStatue=true; @endphp Paid @if($item->payment_date) @php $paidDate= date('d-m-Y', strtotime($item->payment_date)); @endphp @endif @endif @endforeach @endif @if(!$checkStatue) Unpaid @endif {{ $paidDate }} img
@include('frontend.become_a_partner.includes.body.help-center-mobile')
{{-- model --}} @endsection @section('script') @endsection