@if(Session::has('success'))
@can('სუპერადმინი')
@endcan
{!! Session::get("success") !!}
@elseif(Session::has('error'))
{!! Session::get("error") !!}
@endif
{{tc('user.management')}}
{{tc('new')}}
Id | {{tc('name')}} | {{tc('job.title')}} | {{tc('mail')}} | {{tc('action')}} |
---|---|---|---|---|
{{$user->id}} | {{$user->name}} {{$user->surname}} | {{$user->job_title}} | {{$user->email}} | mode_edit delete |
{{tc('language.settings')}}
{{tc('new')}}
{{tc('lang')}} | {{tc('key')}} | {{tc('status')}} | {{tc('default.main')}} | {{tc('default.cms')}} | {{tc('action')}} |
---|---|---|---|---|---|
{{$lang->name}} | {{$lang->locale}} | @if($lang->active ==1)check_circle@else highlight_off @endif | @if($lang->default ==1)check_circle@else highlight_off @endif | @if($lang->admin_default ==1)check_circle@else highlight_off @endif | mode_edit @if($lang->admin_default ==0 and $lang->default == 0) delete @endif |
{{tc('trans.for.cms')}}
{{tc('add')}}
@php $activator = 0; @endphp
@foreach($locales as $loc)
@php $activator++ @endphp
@endforeach
{!! $trans->render() !!}