@extends('layouts.admin') @section('page-title') {{ __('Create User') }} @endsection @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}

{{-- {{ $errors->first('avatar') }} {{ __('Please upload a valid image file. Size of image should not be more than 2MB.') }} --}}
@endsection @push('scripts') @endpush