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