{{-- --}}
    @if (auth()->User()->hasRole('admin')) {{-- {{__('lng.Admin')}} --}}
    IZAN

    {{ env('NCS_PLUS_IZAN_VERSION') }}

    @elseif(auth()->User()->hasRole('accountant')) {{-- {{__('lng.Accountant')}} --}} IZAN @elseif(auth()->User()->hasRole('manager')) {{-- {{__('lng.Manager')}} --}} IZAN @elseif(auth()->User()->hasRole('client')) {{-- {{__('lng.Client')}} --}} IZAN @endif

  • {{ __('lng.Dashboard') }}

  • {{ __('lng.Package') }}
  • {{ __('lng.Master') }}
  • {{--
  • {{ __('lng.PackageActivated') }}
  • --}}
@csrf
  • @if (env('MULTILANGUAGE'))
  • {{-- --}} {{ Config::get('languages')[App::getLocale()] }}
    @foreach (Config::get('languages') as $lang => $language) @if ($lang != App::getLocale()) {{$language}} @endif @endforeach
  • @endif {{--
  • 7
    Message Center
    ...
    Hi there! I am wondering if you can help me with a problem I've been having.
    Emily Fowler · 58m
    ...
    I have the photos that you ordered last month, how would you like them sent to you?
    Jae Chun · 1d
    ...
    Last month's report looks great, I am very happy with the progress so far, keep up the good work!
    Morgan Alvarez · 2d
    ...
    Am I a good boy? The reason I ask is because someone told me that people say this to all dogs, even if they aren't good...
    Chicken the Dog · 2w
    Read More Messages
  • --}}
  • {{ Auth::user()->name }} @if (Auth::user()->profile_photo_path) avatar @else @endif
    {{-- {{ __('lng.Profile') }} --}} {{-- {{ __('lng.Settings') }} --}} {{-- {{__('lng.Backup')}} --}} {{-- @if (auth()->user()->hasRole('admin')) {{ __('lng.RolePermission') }} @endif --}}
    {{ __('lng.Logout') }}
@yield('content')
Copyright © 2021 | Powered By NCS
{{ __('lng.ReadytoLeave') }}
{{ __('lng.LogoutPage') }}
@csrf