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

Contents

Disclaimers
{{-- Add Disclaimer --}}
@csrf
@if(count($getList) > 0) @foreach($getList as $key => $list) @php $v = $key + 1; @endphp
@if($key == 0)
@else
@endif
@endforeach @else
@endif
{{-- 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