@extends('account.layout.base') @section('title', $page) @section('content')
Provider Name | Mobile | Status | Total Rides | Total Earning | Commission | Joined at | Details |
{{$provider->first_name}} {{$provider->last_name}} | {{$provider->mobile}} | @if($provider->status == "approved") {{$provider->status}} @elseif($provider->status == "banned") {{$provider->status}} @else {{$provider->status}} @endif | @if($provider->rides_count) {{$provider->rides_count}} @else - @endif | @if($provider->payment) {{currency($provider->payment[0]->overall)}} @else - @endif | @if($provider->payment) {{currency($provider->payment[0]->commission)}} @else - @endif | @if($provider->created_at) {{$provider->created_at->diffForHumans()}} @else - @endif | View by Ride |
Provider Name | Mobile | Status | Total Rides | Total Earning | Commission | Joined at | Details |