{{ config('app.currency_sign') }}
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('capabilities'))
{{ $errors->first('capabilities') }}
@endif
@if ($errors->has('deliverables'))
{{ $errors->first('deliverables') }}
@endif