@extends('back.layouts.main') @section('title' , 'Create Ad') @section('content')
@csrf @if(auth('admins')->user()->shop_id !='') @include('back.ads.shop_form') @else @include('back.ads.form') @endif
@stop @section('breadcrumbs') @stop