@extends('layouts.master') @section('title', 'Contents - Udankhatola') @section('content')

Contents

Advertisment
{{-- Add Disclaimer --}}
@csrf
{{-- Back --}}
{{--

Add new user

Add new user and assign role.
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
Back
--}} @endsection