@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.dashboard-header-script') @endsection @section('content')
|
@if(Auth::user()->role == 1)
@if(Auth::user()->picture > 0)
@endif
|
|
| Name | {{Auth::user()->name}} |
|---|---|
| {{Auth::user()->email}} | |
| Class | {{Auth::user()->class}} |
| Roll | {{Auth::user()->roll}} |
| Student Hobby | {{Auth::user()->hobby }} |
| Father Name | {{Auth::user()->fathername }} |
| Mother Name | {{Auth::user()->mothername }} |
| Address | {{Auth::user()->present_address }} |
| Age | {{Auth::user()->age }} |
| Religion | {{Auth::user()->religion }} |
| Year | {{Auth::user()->year }} |
| Mobile | {{Auth::user()->mobile }} |