@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.dashboard-header-script') @endsection @section('content')

Welcome {{ Auth::user()->name }} To Rajtextile School

@if(Auth::user()->role == 1)
@if(Auth::user()->picture > 0) @else @endif
Name {{Auth::user()->name}}
Email {{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 }}
@endif @section('footer') @include('admin.layouts.footer') @endsection @endsection @section('footer-script') @include('admin.layouts.dashboard-footer-script') @endsection