@extends('dashboard.inc.layout') @section('title', ($type == 'main') ? 'მთავარი სლაიდერი' : 'სლოგანები') @section('content')

{{ ($type == 'main') ? 'სლაიდები' : 'სლოგანები' }}

@include('dashboard.inc.message') @include('dashboard.inc.errors')
@if($items->count()) @foreach($items as $key => $item) @endforeach
ID {{ trans('dashboard.table_published') }} ტექსტი
{{ $item->id }} published) checked @endif /> @if($item->img) @endif {{ $item->details->first()->title }}
@else
{{ ($type == 'main') ? 'სლაიდები' : 'სლოგანები' }} ვერ მოიძებნა
@endif
@stop