@csrf @method('PUT')
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('details')) {{ $errors->first('details') }} @endif
    {{-- --}}
    @if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
    @if ($errors->has('deadline')) {{ $errors->first('deadline') }} @endif
    @if ($errors->has('completion_date')) {{ $errors->first('completion_date') }} @endif