@extends('front.pages.account.index') @section('account_title') {{__('change password')}} @endsection @section('account_css') @endsection @section('account_content')
@if(Session::has('failed'))
{{Session::get('failed')}}
@endif

{{__('Change account password')}}

@csrf
@endsection @section('account_scripts') @endsection