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

Boletines de Prensa

Gestión de boletines para FICG.

@if(count($objects) < 1)

No hay objetos.

@endif @foreach ($objects as $object)
{{ $object->name }}
{{ $object->lang }}
@endforeach
@php $parents = $objects; @endphp @foreach ($objects as $object) @endforeach
@csrf
@endsection @push('scripts') @endpush @push('styles') @endpush @push('scripts') @endpush