@extends('frontend.layouts.master') @section('meta_title', __('Counselor Dashboard')) @section('contents')
img

{{ auth()->user()->name }}

  • img {{ auth()->user()->email }}
  • @if(auth()->user()->phone)
  • img {{ auth()->user()->phone }}
  • @endif
@include('frontend.counselor-dashboard.layouts.sidebar')
@yield('dashboard-contents')
@endsection