@extends('layouts.app') @section('title') {{ __('change_password') }} @endsection @section('partner') active @endsection @section('section.header')

{{ __('security_setting_info') }}


@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
@error('old_password') * {{ $message }} @enderror
@error('password') * {{ $message }} @enderror
@error('repassword') * {{ $message }} @enderror
@endsection @section('styles') @endsection @section('scripts') @endsection