@extends('layouts.app') @section('htmlheader_title') Dashboard @endsection @section('contentheader_title') Dashboard @endsection @section('contentheader_description') Organisation Overview @endsection @section('main-content')
@foreach ($imagenes as $img) @if ($Banners) @foreach ($Banners as $Banner) @if ($Banner->imagen==$img->id)
@endif @endforeach @endif @endforeach
@if ($BannerMovil) @foreach ($BannerMovil as $BannerM) @if ($BannerM->imagen==$img->id) @endif @endforeach @endif
bannerinicio

INGRESA TU RPU

{{ csrf_field() }}

EL NÚMERO RPU

Este numero es un numero único por porcionado con CFE, es como te identifican.

OBTEN TU NÚMERO

• De tu recibo de luz • Del APP de CFE
@endsection @push('scripts') @endpush