@extends('admin.layout') @section('content') Add Subadmin User Dashboard Subadmin User Subadmin User List @csrf User Name @if ($errors->has('username')) {{ $errors->first('username') }} @endif Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Mobile @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Institute @if ($errors->has('institute')) {{ $errors->first('institute') }} @endif Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Role @if (!empty($roles)) @foreach ($roles as $role) {{ $role->role }} @endforeach @endif @if ($errors->has('adminRole')) {{ $errors->first('adminRole') }} @endif Submit @endsection @push('footer-script') @endpush