@extends('admin.layout') @section('content') Edit Student Dashboard Student List Edit Student List Edit Student @csrf Username * @if ($errors->has('name')) {{ $errors->first('name') }} @endif Email * @if ($errors->has('email')) {{ $errors->first('email') }} @endif Mobile (Optional) @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif {{-- Remark --}} Remark (optional) {{ !empty($users->remark) ? $users->remark : '' }} Submit @endsection @push('footer-script') @endpush