@extends('Root.layout.master') @section('title', 'Consultant List') @section('page_name', 'Consultant') @push('styles') @endpush @section('content')
@foreach($con_pending as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@csrf
@foreach($con_active as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@foreach($con_free as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@foreach($con_basic as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@foreach($con_premium as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@foreach($con_suspended as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@foreach($con_all as $c) @endforeach
SL Company Name Email Phone Actions
{{$loop->iteration}} {{$c->u_name}} {{$c->u_email}} {{$c->u_phone}}
@endsection @push('scripts') @endpush