@extends('front.layouts.app') @section('content')

{!! @$title !!}

@if($user->id == auth('web')->user()->id)
 
Change Password

Please enter your information in fields below.

@csrf
@error('current_password') {!! $message !!} @enderror
@error('password') {!! $message !!} @enderror
@error('password_confirmation') {!! $message !!} @enderror
@endif @endsection @section('js') @stack('js') @endsection