@extends('layouts.master') @section('content')
Moin, moin, {{ Auth::user()->first_name." ".Auth::user()->last_name }} @if(Gate::allows('user-mode')) in {{ $filiale }}@endif,
@if (Gate::allows('is-restricted')) @lang('descriptions.home.restricted') @else @lang('descriptions.home') @endif
@endsection