@extends('components-layouts.master') @section('title') Promjena Lozinke @endsection @section('css') @endsection @section('content')

Obrazac

@csrf
@error('old_password') {{ $message }} @enderror
@endsection @section('scripts') @endsection