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