{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ Auth::user()->mobile }}
@extends('layouts.master') @section('title') User Profile @endsection @section('extra-css') @endsection @section('index')
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ Auth::user()->mobile }}