@csrf
@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('chargable')) {{ $errors->first('chargable') }} @endif
    --}} {{--
    @if ($errors->has('cost')) {{ $errors->first('cost') }} @endif
    --}} {{--
    @if ($errors->has('sale_price')) {{ $errors->first('sale_price') }} @endif
    --}}