@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
    @if ($errors->has('details')) {{ $errors->first('details') }} @endif
    @if ($errors->has('date')) {{ $errors->first('date') }} @endif
    @if ($errors->has('deadline')) {{ $errors->first('deadline') }} @endif
    @if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
    @if ($errors->has('task_point')) {{ $errors->first('task_point') }} @endif
    @if ($errors->has('privacy_type')) {{ $errors->first('privacy_type') }} @endif
    @if ($errors->has('payment_status')) {{ $errors->first('payment_status') }} @endif