@extends('layouts.frontlayout') @section('content')

Submit Your Listing

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

...
{{ 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
Health Test

Enter health tests for individual dog or parents of litter. Health tests will be displayed on ad only if certificate is uploaded

@error('dog_name') @enderror
@if(isset($row->ad_type) && $row->ad_type == 'upcoming_litter')
@error('sire_name') @enderror
@endif @if(isset($row->ad_type) && $row->ad_type == 'available_dogs' && isset($dogMicrochipsData) && $dogMicrochipsData[0] && $dogMicrochipsData[0]['gender'] == 'male' || isset($row->ad_type) && $row->ad_type == 'upcoming_litter')
@if(isset($sireHealthTest) && $sireHealthTest && count($sireHealthTest) > 0) @include('frontend.placead.healthTests.sireListingLoop') @endif
Test Result Date
@endif @if(isset($row->ad_type) && $row->ad_type == 'upcoming_litter')
@error('dam_name') @enderror
@endif @if(isset($row->ad_type) && $row->ad_type == 'available_dogs' && isset($dogMicrochipsData) && $dogMicrochipsData[0] && $dogMicrochipsData[0]['gender'] == 'female' || isset($row->ad_type) && $row->ad_type == 'upcoming_litter')
@if(isset($damHealthTest) && $damHealthTest && count($damHealthTest) > 0) @include('frontend.placead.healthTests.damListingLoop') @endif
Test Result Date
@endif
  • Back
  • @if(isset($row) && $row && $row->status != 1 && $row->draft != 1)
  • Save Draft
  • @endif
...
...
@include('frontend.placead.modal.sire.addSireHealthTest') @include('frontend.placead.modal.sire.editSireHealthTest') @include('frontend.placead.modal.dam.addDamHealthTest') {{-- @include('frontend.placead.modal.addDamHealthTest') --}} @endsection