@extends('layouts.client') @section('title', 'Dashboard') @section('content') @push('styles') @endpush

Profile

Profile Image
@if(auth()->user()->image) @else @endif
{{ auth()->user()->name }}

{{ auth()->user()->email }}

@csrf
Personal data
Contact information
Change password
@csrf
@push('scripts') @endpush @endsection