@extends('layouts.genindex') @section('title') Butiran Anda - {{ $user->username }} @endsection @section('subtitle') Semak dan kemaskini butiran anda @endsection @section('list')
@csrf
Nama: {{ $user->fullname }}
No ID: {{ $user->id_no }}

is_mara == 1 ? 'checked' : ''}} />
is_mara == 0 ? 'checked' : ''}} />
(6 digit)*
@endsection @section('page_scripts') @endsection