@extends('layouts.app', ['activePage' => 'listUser', 'titlePage' => __('Add User')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('pages.add') }} {{ __('pages.admin') }}

@csrf




{{ __('pages.back') }}

@endsection @push('js') @endpush