@extends('website.student.layouts.master') @section('title') {{ __('home.profile') }} @endsection @section('sub-title', __('home.profile') ) @section('content')

@lang('home.my_account')

@lang('home.Registration Date')
{{ $user->created_at->format('F d, Y g:i a') }}
@lang('home.f_name')
{{$user->f_name}}
@lang('home.l_name')
{{$user->l_name}}
@lang('home.email')
{{$user->email}}
@lang('home.phone')
{{$user->phone}}
@endsection