@extends('layouts.admin') @section('title', 'Create New User') @section('users', 'active') @section('users_add', 'active') @section('content')

Create New User

@csrf

Registration Form


@foreach($roles as $role)
@endforeach
@foreach($permissions as $perm)
@endforeach

@foreach($iprs as $key => $ipr)
@endforeach
@foreach($iprs as $key => $ipr) @if($ipr->name == 'kiss' || $ipr->name == 'baucer' || $ipr->name == 'pbss' || $ipr->name == 'blueprint' || $ipr->name == 'bbbr'|| $ipr->name == 'smue'|| $ipr->name == 'tunas'|| $ipr->name == 'tawas'|| $ipr->name == 'sbap'|| $ipr->name == 'igems')
@endif @endforeach
Back
@endsection @section('footerScripts') @endsection