@extends('layouts.admin') @section('content')

{{ __('create user') }}

{{ __('Go Back') }}
@if($errors->any())
@endif
@csrf
@endsection