@extends('shaun_core::admin.layouts.master') @section('content')
@if ($user->id) {{__('Edit User')}} @else {{__('Create New User')}} @endif
@include('shaun_core::admin.partial.error')
{{ csrf_field() }}
@if (! $user->id)
@elseif ($user->canActionOnAdminPanel(auth()->user()))
{{__('Change password')}}
@endif
@if ($user->id != config('shaun_core.core.user_root_id'))
@endif
is_active) ? 'checked' : ''}} value="1">
email_verified) ? 'checked' : ''}} value="1">
phone_verified) ? 'checked' : ''}} value="1">
@stop @push('scripts-body') @endpush