@extends('admin.layout') @section('content') Add User Dashboard Student List User User List Add User @csrf User Name * @if ($errors->has('username')) {{ $errors->first('username') }} @endif Email * @if ($errors->has('email')) {{ $errors->first('email') }} @endif Mobile (Optional) @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Password * @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password * @if ($errors->has('cpassword')) {{ $errors->first('cpassword') }} @endif {{-- Remark --}} Remark (optional) Submit @endsection @push('footer-script') @endpush