In Progress Requests
{{ $total_inprogress_requests ?? 0 }}
Delivered Requests
{{ $total_deliverd_requests ?? 0 }}
{{--
@if($id != '')
@endif
--}}
{{--
--}}
{{$company_name ?? ''}}
{{$company_email ?? ''}}
{{ ("+". $dial_code." ".$phone) ?? '' }}
@if($is_approved == 'approved')
@else
@php
$p_status = '';
$p_status_color = '';
if($is_approved == 'pending'){
$a_status = 'Pending';
$a_status_color = 'secondary';
}
else if($is_approved == 'approved'){
$a_status = 'Approved';
$a_status_color = 'info';
}
else if($is_approved == 'rejected'){
$a_status = 'Rejected';
$a_status_color = 'danger';
}
$a_statuses = ['pending','approved','rejected'];
$a_html = '';
if($is_approved == 'pending'){
$a_html .= '
';
$a_html .= '';
$a_html .= '';
$a_html .= '
';
}
else{
$a_html = '
'.$a_status.'';
}
@endphp
{!! $a_html !!}
@endif
{{$total_requests ?? 0}}
@if($logo != null)

@endif
@if($company_license != null)

@endif
@if($banner != null)

@endif
{!! $about_us ?? ' ' !!}
{{ $admin_share ?? 0 }}
{{ $company_share ?? 0 }}