@extends('layouts.master') @section('meta') Pet Wash Advertising | Advertising for Pet Wash Owners & Pet Groomers @stop @section('content')
@if(Session::get('error'))
{{ Session::get('error') }}
@endif {{ Form::open(array('action' => 'PaymentController@postAd', 'files' => true, 'class' => 'form--ad', 'id' => 'form--ad')) }} @include('advertise._paymentFields')
{{ Form::checkbox('terms_accepted', '1', Input::old('terms_accepted')) }} {{ $errors->first('terms_accepted', ':message') }}
{{ Form::submit('Purchase Advertisement', array('class' => 'button button--submit')) }}
{{ Form::close() }}
{{ Form::open(array('action' => 'PaymentController@postMapMarker', 'class' => 'form--marker', 'files' => true)) }}

Marker Information

{{ Form::label('name', 'Name'); }} {{ Form::text('name', Input::old('name')) }} {{ $errors->first('name', ':message') }}
{{ Form::label('business', 'Business') }} {{ Form::text('business', Input::old('business')) }} {{ $errors->first('business', ':message') }}
{{ Form::label('phone', 'Telephone') }} {{ Form::text('phone', Input::old('phone')) }} {{ $errors->first('phone', ':message') }}
{{ Form::label('email', 'Email') }} {{ Form::email('email', Input::old('email')) }} {{ $errors->first('email', ':message') }}
{{ Form::label('address_line_1', 'Business Address') }} {{ Form::text('address_line_1', Input::old('address_line_1')) }} {{ $errors->first('address_line_1', ':message') }}
{{ Form::label('address_line_2', 'Line 2', array('class' => 'secondary')) }} {{ Form::text('address_line_2', Input::old('address_line_2')) }} {{ $errors->first('address_line_2', ':message') }}
{{ Form::label('city', 'City') }} {{ Form::text('city', Input::old('city')) }} {{ $errors->first('city', ':message') }}
{{ Form::label('state', 'State') }} {{ Form::text('state', Input::old('state')) }} {{ $errors->first('state', ':message') }}
{{ Form::label('zip', 'Zipcode') }} {{ Form::text('zip', Input::old('zip')) }} {{ $errors->first('zip', ':message') }}
{{ Form::label('business_phone', 'Business Telephone') }} {{ Form::text('business_phone', Input::old('business_phone')) }} {{ $errors->first('business_phone', ':message') }}
{{ Form::label('url', 'Website') }} {{ Form::text('url', Input::old('url')) }} {{ $errors->first('url', ':message') }}
{{ Form::label('business_hours', 'Business Hours') }} {{ Form::text('business_hours', Input::old('business_hours')) }} {{ $errors->first('business_hours', ':message') }}
{{ Form::label('price_range', 'Price Range') }} {{ Form::text('price_range', Input::old('price_range')) }} {{ $errors->first('price_range', ':message') }}
{{ Form::label('service_1', 'Services') }}
@foreach( $services as $service ) {{ Form::label('service_'.$service->id, $service->name, array('class'=>'inline')) }} @endforeach
{{ Form::label('months', 'Number of Months') }} {{ Form::hidden('months', 1, array('id' => 'num-months')) }}
  • 1 Month $5
  • 6 Months $25
  • 12 Months $50
{{ $errors->first('months', ':message') }}
{{ Form::label('location_image', 'Upload Location Photo') }} {{ Form::file('location_image') }} {{ $errors->first('location_image', ':message') }}
{{ Form::label('additional_services', 'Additional Services') }} {{ Form::textarea('additional_services', Input::old('additional_services')) }} {{ $errors->first('additional_services', ':message') }}
@include('advertise._paymentFields')
{{ Form::checkbox('terms_accepted', '1', Input::old('terms_accepted')) }} {{ $errors->first('terms_accepted', ':message') }}
{{ Form::submit('Purchase Marker', array('class' => 'button button--submit')) }}
{{ Form::close() }}

Terms & conditions

Approval

Advertisement images must be approved by FindaPetWash and revisions to the advertisement may be requested before being published if content is deemed inappropriate. If revisions are not met, payment will be canceled.

Payments

Payment will be charged immediately upon submitting your request, however your subscription will not be considered ‘active’ until advertisement has been approved and publish live on site. You will only be charged for the subscription amount selected.

Prices may vary

×

Terms & conditions

Approval

Map Marker content must be approved by FindaPetWash and revisions may be requested before being published if content is deemed inappropriate. If revisions are not met, subscription will be canceled and payment refunded. Subscription packages are in monthly terms. A “month” is deemed as 30 days.

Payments

Payment will be charged immediately upon submitting your request, however your subscription will not be considered ‘active’ until marker has been approved and published live on site. You will only be charged for the subscription amount selected.

Prices may vary

×
We are processing your order.
@stop