@extends('general.index', $setup)
@section('tbody')
@foreach ($setup['items'] as $item)
{{ $item->name }} |
{{ $item->type == 0 ? $item->restaurant->name : $item->page->title}} |
{{ $item->active_from }} |
{{ $item->active_to }} |
@include('partials.tableactions',$setup)
@endforeach
@endsection