@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @extends('layouts.customer-dashboard') @section('title', 'Profile Settings') {{-- Breadcrumb --}} @section('breadcrumb') @endsection {{-- Dashboard Content --}} @section('dashboard-content')
Settings
Password
Change

Last Changed {{ Auth::user()->updated_at->format('d M Y, h:i A') }}

@endsection @push('scripts') @endpush