@extends('template.layout') @section('content') @if(count($empresasporregistrar) >= 1)
Empresas solicitando pertenecer al sistema
@php ($count = 1) @foreach($empresasporregistrar as $item) @php ($count++) @endforeach
@endif
Gestión de empresas registradas
@php ($count = 1) @foreach($empresasregistradas as $item) @php ($count++) @endforeach
@endsection @section('scripts') @endsection