@php use App\Libraries\CountryStates; @endphp @extends('layouts.frontlayout') @section('content')

Submit Your Listing

Please fill in the fields below to post your classified ad.

...
@if(isset($_GET['bid']) && $_GET['bid'])
@else @endif {{ csrf_field() }}
@if(!isset($row) && !isset($row->plan_actions) && !isset($row->plan_actions->expired_on))
@endif
Details
Photos
Health Tests
Pedigree
@if(!isset($row) && !isset($row->plan_actions) && !isset($row->plan_actions->expired_on))
Plans
@endif
@error('title') @enderror
@error('category') @enderror
@error('country_origin') @enderror

Date of Birth

@error('day') @enderror
@error('month') @enderror
@error('year') @enderror
{{-- --}}
@error('locality') @enderror
price_status) && $row->price_status == 1 ? 'required' : ''}} --}} @if(isset($row->price_status) && $row->price_status == 1) {{ 'checked' }} @elseif(old('price_status') == 1) {{ 'checked' }} @endif />
Dog Microchip Details
@error('microchip_registration_name') @enderror
@include('frontend.placead.dogs.dogMicrochipListingLoop')
Microchip number Gender Color
0) style="display: none;" @endif>
Instructions and Tips
Registration & Health
@php $registration_health = isset($row->registration_health) && $row->registration_health ? json_decode($row->registration_health, true) : []; @endphp

The description is displayed in search results when people are searching for ads.

  • Back
  • @if(isset($row) && $row && $row->status != 1 && $row->draft != 1)
  • Save Draft
  • @endif
...
...
@include('frontend.placead.dogs.addDogs') @include('frontend.placead.dogs.editDogs') @include('frontend.placead.dogs.microchipVerification') @endsection