Ad Name *
@if($errors->has('ad_name'))

{{ $errors->first('ad_name') }}

@endif
Position *
@if ($errors->has('position'))

{{ $errors->first('position') }}

@endif
Status *
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
Link
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
Image (336 X 280) *
@if($errors->has('ad_image'))

{{ $errors->first('ad_image') }}

@endif @if(isset($ad)) @if($ad->ad_image) @endif @endif