@extends('layouts.frontpages') @section('content') @include('partials.header')

Términos y condiciones

@foreach ($terms as $key => $term) @if ($term->category == 'platform')
@if ($term->type == 'file') terms @else terms @endif @if ($term->status == 1 || $term->status == 2)
{{ $term->status == 1 ? 'AGOTADO' : 'VENCIDO' }}
@endif
@endif @endforeach

Términos y condiciones
Catalogo

@foreach ($terms as $key => $term) @if ($term->category == 'catalog')
@if ($term->type == 'file') terms @else terms @endif @if ($term->status == 1 || $term->status == 2)
{{ $term->status == 1 ? 'AGOTADO' : 'VENCIDO' }}
@endif
@endif @endforeach
@foreach ($terms as $key => $term) @endforeach @include('partials.footer') @endsection