Status
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
Title
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
Category
@if ($errors->has('cat_id'))
{{ $errors->first('cat_id') }}
@endif
Campaign Owner
@if ($errors->has('campaignowner'))
{{ $errors->first('campaignowner') }}
@endif
Campaign Count
@if ($errors->has('campaigncount'))
{{ $errors->first('campaigncount') }}
@endif
Campaign Addresse
@if ($errors->has('campaignadddress'))
{{ $errors->first('campaignadddress') }}
@endif
Amount Sold
@if ($errors->has('salary'))
{{ $errors->first('salary') }}
@endif
Backers
@if ($errors->has('backers'))
{{ $errors->first('backers') }}
@endif
Campaign Percent
@if ($errors->has('campaignpercent'))
{{ $errors->first('campaignpercent') }}
@endif
Campaign End Days
@if ($errors->has('campaignende'))
{{ $errors->first('campaignende') }}
@endif
Short Story
@if ($errors->has('short_story'))
{{ $errors->first('short_story') }}
@endif