@foreach ($operation as $key => $item) @endforeach
S# Lead No Date and Time Customer Name Distance Plan Name Sim Type C.M. No Selected No Status Attend
{{$key}} {{$item->lead_no}} {{$item->updated_at}} {{$item->customer_name}} @inject('provider', 'App\Http\Controllers\AjaxController') {{-- {{$user_lat}} --}} {{-- {{$user_lng}} --}} {{-- {{$item->lat}} --}} {{-- {{$item->lng}} --}} {{ $provider::MaroDikro($user_lng,$user_lat,$item->lat,$item->lng) }} KM @if ($item->sim_type == 'Elife') @php $plan = \App\elife_plan::whereId($item->select_plan)->first() @endphp {{$plan->plan_name}} @else @php $plan = \App\plan::whereId($item->select_plan)->first() @endphp {{$plan->plan_name}} @endif {{$item->sim_type}} {{$item->customer_number}} {{$item->selected_number}} {{$item->status_name}} {{-- MODAL REJECT --}}