@extends('frontend.master', ['activePage' => 'blog']) @section('title', 'Change Password') @section('content')
{{-- scroll --}}
@csrf

{{ __('Change password') }}

@error('old_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection