@extends('frontend.layouts.app-dashboard') @section('content')

Edit Your Ad

@if(in_array( $module->id, [1,2,3])) @include('frontend.user.form.business') @endif @if( $module->id == 5) @include('frontend.user.form.event') @endif @if( $module->id == 6) @include('frontend.user.form.fundrazier') @endif @if( $module->id == 11) @include('frontend.user.form.flyers') @endif @if( $module->id == 12) @include('frontend.user.form.menu') @endif @if( $module->id == 4) @include('frontend.user.form.classified') @endif @if( $module->id == 8) @include('frontend.user.form.help-wanted') @endif
Thanks for posting! Your ad has been sent for review.
@endsection