@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content')

Consultants

@foreach ($list as $key => $val) @endforeach
ID Name Status Action
{{ $loop->iteration }} {{ $val->consultant_name }} @if($val->consultant_status == 1)Active @else Inactive @endif
@endsection @section('scripts') @endsection