@extends('user.layouts.master') @section('title') Profile @endsection @section('css') @endsection @section('content')
View Profile
{{auth()->user()->name()}}
{{auth()->user()->email}}
Personal Info
  • Full Name : {{auth()->user()->name()}}
  • Email : {{auth()->user()->email}}
  • Phone Number : {{auth()->user()->phone}}
Profile Image
user()->name()}}>
Company News
Push Notification
Weekly News Letters
Meetups Near you
Orders Notifications
@endsection @section('js') @endsection