@extends('layouts.client_template') @section('content')

My Profile

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
Name
{{ auth::user()->name }}
Email
{{ auth::user()->email }}
Phone
{{ auth::user()->phone }}
Country
{{ auth::user()->country }}
Registration Date
{{ date('Y-m-d',strtotime(auth::user()->created_at)) }}
@if(auth::user()->parent_id > 0)