@yield('css')
@php $profileData = Auth::User(); $firstn = $profileData->name; $fn = strtoupper(substr($firstn, 0, 1)); $lastn = $profileData->last_name; $ln = strtoupper(substr($lastn, 0, 1)); @endphp
{{ $fn . $ln }}
{{ $profileData->name }} {{ $profileData->last_name }}
{{ $profileData->email }}
{{-- logo --}}
{{ __('dashboard.home.text') }}
{{ __('mycopdplanview.mycopdtitle') }}
{{ __('education.education') }}
{{ __('dashboard.gp_hospital') }}
{{ __('setting.logOut') }}
@yield('content')
@yield('js')