@extends('frontend.layouts.master') @section('title', $user->name) @section('content')

{{ $user->name }}

Change Password

{{ csrf_field() }}
{{ $errors->first('old_password') }}
{{ $errors->first('new_password') }}
{{ $errors->first('new_password_confirmation') }}
@include('frontend.account.profile.partials.sidebar')
@endsection