Oussama ouardi
Oussama ouardi
also same problem
I will try it now thank you
@alexmanase Sorry but always the same issue : 
- ressources/views/layouts/app.blade.php : ```php {{ config('app.name', 'Laravel') }} @vite(['resources/css/app.css', 'resources/js/app.js']) @include('layouts.navigation') @isset($header) {{ $header }} @endisset {{ $slot }} ``` - ressources/views/navigation.blade.php : ```php {{ __('Dashboard') }} {{ Auth::user()->first_name }}...
I will try it another time but already try it but she doesn't work but i will try it now
@alexmanase sorry sir you mean `````` not ``````?