@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 {{__('Old password')}} {{__('Password')}} {{__('Password confirmation')}} @endsection @section('account_scripts') @endsection