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

Submit Your Listing

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

...
{{ csrf_field() }}
Details
Photos
Health Tests
Pedigree
Plans
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('sire_name') @enderror
@if(isset($sireHealthTest) && $sireHealthTest && count($sireHealthTest) > 0) @include('frontend.placead.healthTests.sireListingLoop') @endif
Test Result Date
@error('dam_name') @enderror
@if(isset($damHealthTest) && $damHealthTest && count($damHealthTest) > 0) @include('frontend.placead.healthTests.damListingLoop') @endif
Test Result Date
  • 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