@extends('core::layouts.master') @section('head') @endsection @section('content')
@include('core::layouts.breadcrumb')

ویرایش آگهی

@csrf
@foreach($data['attachments'] as $attachment)
@endforeach @for($i = 0;$i<($data['category']->limit - count($data['attachments']));$i++)
@endfor
@foreach($data['attachments'] as $attachment) @endforeach
@if($data['data']) @foreach(json_decode($data['data']) as $key => $value) @php $itm=\Modules\Advertisement\Entities\CategoryItem::find($key);@endphp
@if($itm->type == 'text') @elseif($itm->type == 'text-box') @elseif($itm->type == 'select')
@else
@endif
@endforeach @endif
{{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}}
0
@endsection @section('script') @endsection