@extends('frontend.layouts.master') @section('title', $user->name) @section('content') {{ $user->name }} Home Account {{ $user->name }} Change Password Change Password {{ csrf_field() }} Old Password {{ $errors->first('old_password') }} New Password {{ $errors->first('new_password') }} New Password Confirmation {{ $errors->first('new_password_confirmation') }} Change Password @include('frontend.account.profile.partials.sidebar') @endsection