@extends('front.layouts.app', ['title' => 'My Account']) @section('content') @include('front.layouts.app-header')

My Account

@include('front.my-account.left-sidebar')
@csrf

Account information

Change Password

@csrf
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@include('front.layouts.app-footer') @endsection