@extends('layouts.main') @section('content')
{{ $title }} @if(auth()->user()->is_central)
CENTRAL
@endif
@csrf @method('PUT')

{{ __('general.change_password') }}
@endsection @push('scripts') @endpush