@extends('frontend.counselor-dashboard.layouts.master') @section('dashboard-contents')

Consultation Request

@foreach ($models as $model) @endforeach @if(count($models) ==0) @endif
Name Phone Email Create On Actions
{{ @$model->counselor->title }} {{ $model->name }} {{ $model->phone }} {{ $model->email }} {{ formatDate($model->created_at) }}
{{ __('No Data') }}
{{ $models->render() }}
@endsection @push('scripts') @endpush