@extends('front.layouts.app', ['title' => 'My Account']) @section('content') @include('front.layouts.app-header') My Account Home My Account @include('front.my-account.left-sidebar') @csrf Account information First name* Last name* Email* Telephone* Date Of Birth* Update Change Password @csrf Current Password* @if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif New Password* Confirm Password* Update @include('front.layouts.app-footer') @endsection