@extends('website.layout.master') @section('content') {{-- --}} @include('components.website.breadcrum', ['title' => __('Dashboard')]) {{-- --}} {{-- --}} @csrf {{ auth()->user()?->name }} {{ auth()->user()?->email }} {{ __('Profile') }} @if (isShopActive()) {{ __('Address') }} {{ __('Orders') }} {{ __('Wishlist') }} @endif @if (auth()->user()->user_type != 'trainer') {{ __('Subscriptions') }} {{ __('Plan') }} {{ __('Enrolled') }} @else {{ __('Classes') }} {{ __('Student List') }} @endif {{ __('Change Password') }} {{ __('Log Out') }} @yield('user-content') {{-- --}} @endsection @push('scripts') @endpush
{{ auth()->user()?->email }}