@extends('admin.layouts.master-soyuz') @section('title',__("Create a new user |")) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Create a new user') }} @endslot @slot('menu1') {{ __('User') }} @endslot @slot('menu2') {{ __('Create a new user') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{__("Create a new user")}}
@csrf


{{$errors->first('password_confirmation')}}
@endsection @section('custom-script')