@include('more.partials._header')
{{--
You have unlimited free ads listing slots.
--}}
@csrf @if ($errors->any()) @endif @if (Session::has('error')) @endif @if (Session::has('success')) @endif

Edit '{{ $ad['title'] }}' Ad

Provide more information about your item and upload good quality photos

Edit Ad Listing Features

{{--
Write a feature in each line eg. Feature 1 Feature 2 ....
--}}

Edit Images

@if ($ad_pictures != null) @foreach ($ad_pictures as $p) @endforeach
Image Date added Delete
{{ $ad['title'] }} {{ \Carbon\Carbon::parse($p['created_at'])->diffForHumans() }} Delete
@endif

@error('images')
{{ $message }}
@enderror

Recommended image size to (870x493)px

Image maximum size 3 MB.

Allowed image type (png, jpg, jpeg).

You can upload up to 5 images.

{{--
--}}

Edit Seller Contact Details

{{ $region }}

{{ $place }}

{{ $area }}

{{--
--}}
@include('more.partials._footer')