{{-- --}} @if (App::getLocale() == 'en') English @elseif (App::getLocale() == 'fr') Français @endif English Français @if (Auth::user()->role == 'user' || Auth::user()->role == 'employee') Application @endif @if (Auth::check()) @lang('messages.my_profile') @endif @auth @csrf @lang('messages.logout') @endauth