@extends('frontend.counselor-dashboard.layouts.master') @section('dashboard-contents')
Name | Phone | Create On | Actions | ||
---|---|---|---|---|---|
{{ @$model->counselor->title }} | {{ $model->name }} | {{ $model->phone }} | {{ $model->email }} | {{ formatDate($model->created_at) }} | {{ __('No Data') }} | @endif