@extends('admin/layouts/app') @section('page-title') User Management | Simple Admission @endsection @section('page-breadcrumb')

User Management

@endsection @section('main-content')
@csrf

Create User

Suggested image ratio: 350 x 310 | max-size: 2 MB @if($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Back
@endsection @section('extra-css') @endsection @section('extra-script') @endsection