@extends('layouts.app') @section('title') Edit Ad @endsection @section('content')

Edit Your Ad

Edit Your Ad

@if ($errors->any())
@endif
@csrf @method('PUT')
Category
{{-- @foreach ($categories as $category) @endforeach --}} {{-- @error('main_category_id') {{ $message }} @enderror --}}
Upload Images
@foreach ($ad->images as $image)
Image
@endforeach

You may upload up to 10 images at a time.

@error('images') {{ $message }} @enderror
Brand and Condition
Ad Title, Description, and Location
0/5000 characters
Price
Seller Info
Ad Status
@if (Auth::user() && Auth::user()->role === 'admin') Back to Dashboard @endif
@if (session('success')) @endif
@endsection @section('scripts') @endsection