@extends('layouts.app') @section('title') My Account | Sanlive Pharmarcy @endsection @section('head') @endsection @section('content') @section('styles') @endsection
@include('includes.accountSidebar')
Profile
{{ucfirst($account->first_name .' '.$account->last_name )}}

Email: {{ $account->email }}

Phone: {{ $account->phone }}

Location: {{ $account->address }}

{{ $account->created_at }}

@endsection @section('script') @endsection