@extends('frontend.user-dashboard.layout.app') @section('header') @include('frontend.user-dashboard.include.header') @include('frontend.user-dashboard.include.sidebar') @endsection @section('content')

Hi

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

Basic Information

@csrf

Change Password

@csrf
@endsection @section('footer') @include('frontend.user-dashboard.include.footer') @endsection