@extends('layouts.app') @section('title') {{ __('change_password') }} @endsection @section('partner') active @endsection @section('section.header') {{ __('security_setting_info') }} {{ __('change_password') }} {{ __('information') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif {{ __('change_password') }} @method('PUT') @csrf {{ __('current_password') }} @error('old_password') * {{ $message }} @enderror {{ __('new_password') }} @error('password') * {{ $message }} @enderror {{ __('confirm_password') }} @error('repassword') * {{ $message }} @enderror {{ __('submit') }} @endsection @section('styles') @endsection @section('scripts') @endsection