@extends('layouts.auth') @section('title') {{ __('words.Post Ad') }} @endsection @section('content')
back-icon{{ __('detail.go back') }}
{{ __('words.Post Your Ad') }}

{{ __('attribute.Enter your ad title to get category suggestions, or select one manually from the options below.') }}

0/100

{{ __('words.Choose A Category Manually') }}

@foreach (getcategoryList() as $category)
icon {{ __("category.$category->title") }}
@endforeach
@push('page_script') @endpush @endsection