@extends('frontend.auth.app') @section('content')
@csrf

{{__('Change Password')}}

@error('old_password')
{{$message}}
@endif @if(Session::has('error_msg'))
{{Session::get('error_msg')}}
@endif
@error('password')
{{$message}}
@endif
@error('password_confirmation')
{{$message}}
@endif
@endsection