@php $emailConfigStatus = DB::table('settings')->select('data')->where('type','email_configuration_verification')->first(); if($emailConfigStatus){ $data = $emailConfigStatus->data; }else{ $data = 0; } @endphp @if($data == 0) @if(has_permissions('update', 'email_configurations'))
{{ __("Email Configration is not verified") }} {{ __("Click here to redirect to email configration") }}.
@endif @endif
    @foreach (get_language() as $key => $language)
  • {{ $language->name }}
  • @endforeach
    {{ csrf_field() }}
  
profile : url('assets/images/faces/2.jpg') }}">
{{ Auth::user()->name }}

    {{-- Change Password --}}
  • Change Password
  • {{-- Change Profile --}} @if (Auth::user()->type == 0)
  • Change Profile
  • @endif {{-- Logout --}}
  • Logout
  • {{ csrf_field() }}