@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Profile @endsection @section('content')

@lang('auth.login_username')

{{ $student->reg_no }}

@endsection @section('css') @endsection @section('scripts') @endsection