@extends('panel.layouts.layout') @section('content')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
@foreach($ads as $ad) @endforeach
# @lang('home.title') @lang('home.icon') @lang('home.status') @lang('home.edit') @lang('home.delete')
{{ @$ad->id }} {{ @$ad->translations->first()->title }} @if($ad->images->count() > 0 ) {{ @$ad->translations->first()->title }} @else {{ @$ad->translations->first()->title }} @endif @if(@$ad->status == 'show') @lang('home.show') @else @lang('home.hide') @endif
  • @include('panel.ads.delete_from_list')
    @stop @section('jsCode') @stop