@extends('layouts.partials.master') @section('title', 'Cabazes') @push('styles') @endpush @section('content') @include('layouts.components.section-title', ['title' => 'Cabazes']) {{-- filters --}}
ID | Imagem | Título | Descrição | Produtos | Preço | Validade | Estado | @if (count($languages) > 0)Traduções | @endifAções |
---|---|---|---|---|---|---|---|---|---|
{{ $bundle->id }} |
|
{{ $bundle->title }} | {{ $bundle->description }} | {{ $bundle->nProducts }} | {{ $bundle->price }} | @if($bundle->expire) {{ $bundle->start_date }} a {{ $bundle->end_date }} @else Não expira @endif | @include('layouts.components.status', ['status' => $bundle->status]) | @if (count($languages) > 0)@include('layouts.components.display-flags', ['context' => $bundle]) | @endif|
{{ __('translations.no_results') }} |