نمای کلی
@yield('title', 'داشبورد')
{{ $user->mobile }}
@endif{{ session('status') }}
@endif
@if($errors->any())
{{ $errors->first() }}
@endif
@yield('content')
@include('layouts.partials.assets')
@php $user = auth('panel')->user(); $links = [ ['label' => 'داشبورد', 'route' => 'panel.dashboard'], ['label' => 'کدهای فنی من', 'route' => 'panel.codes.index'], ['label' => 'فایلهای من', 'route' => 'panel.files.index'], ['label' => 'خروجیهای اکسل', 'route' => 'panel.exports.index'], ['label' => 'گفتگوهای هوش مصنوعی', 'route' => 'panel.ai-conversations.index'], ['label' => 'پروفایل من', 'route' => 'panel.profile.edit'], ]; @endphpپنل کاربری
نمای کلی
{{ $user->mobile }}
@endif