@extends('layout.admin') @section('title', 'Patrocinadores') @section('content')

Patrocinadores

Gestión de patrocinadores para FICG.

@if(count($objects) < 1)

No hay objetos.

@else

Presentadores

@csrf @method('PUT')
is_visible ? 'checked' : '' }}>
@csrf @method('PUT')
@if(count($presenter) < 1)

No hay objetos.

@else @foreach ($presenter as $probject)
@endforeach @endif

Auspiciadores

@if(count($sponsors) < 1)

No hay objetos.

@else @foreach ($sponsors as $sponsor)
@endforeach @endif

Sedes y salas de exhibición

@if(count($venue) < 1)

No hay objetos.

@else @foreach ($venue as $vobject)
@endforeach @endif

Patrocinadores Platinum

@csrf @method('PUT')
is_visible ? 'checked' : '' }}>
@csrf @method('PUT')
@if(count($platinum) < 1)

No hay objetos.

@else @foreach ($platinum as $pobject)
@endforeach @endif

Patrocinadores Gold

@if(count($gold) < 1)

No hay objetos.

@else @foreach ($gold as $gobject)
@endforeach @endif

Patrocinadores Plata

@if(count($silver) < 1)

No hay objetos.

@else @foreach ($silver as $sobject)
@endforeach @endif

Patrocinadores Bronce

@if(count($bronze) < 1)

No hay objetos.

@else @foreach ($bronze as $bobject)
@endforeach @endif

Apoyos Institucionales

@if(count($institutional) < 1)

No hay objetos.

@else @foreach ($institutional as $iobject)
@endforeach @endif

Colaboradores

@if(count($colab) < 1)

No hay objetos.

@else @foreach ($colab as $cobject)
@endforeach @endif

Hoteles Sede

@if(count($hotels) < 1)

No hay objetos.

@else @foreach ($hotels as $hobject)
@endforeach @endif

Restaurantes

@if(count($restaurants) < 1)

No hay objetos.

@else @foreach ($restaurants as $robject)
@endforeach @endif

Medios

@if(count($media) < 1)

No hay objetos.

@else @foreach ($media as $mobject)
@endforeach @endif

Un Festival Mexicano

@if(count($mexicano) < 1)

No hay objetos.

@else @foreach ($mexicano as $mobject)
@endforeach @endif

Media Partner

@if(count($media_partner) < 1)

No hay objetos.

@else @foreach ($media_partner as $mobject)
@endforeach @endif @endif
@foreach ($objects as $object) @endforeach
@csrf
@endsection @push('scripts') @endpush @push('styles') @endpush