@include('partials.userheader')
@if ($errors->any())
@endif
@include('partials.ads-form')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach