@extends('template.layoutAdmin') @section('title') {{ trans('transferencia.imgTransferencia') }} @endsection @section('cabecera')
{{--

Regresar

--}}

{{ trans('transferencia.configuarcion') }} {{-- {{auth()->user()->userName}} --}}

@endsection @section('contenido') @if(Session::has('message')) @endif @if(Session::has('message_error')) @endif @php dd(count($entidades)); @endphp
{{--
--}}

{{ trans('transferencia.entidades') }}

{{--
--}}
@if (count($entidades) > 0) @foreach ($entidades as $entidad) @php $exists = false; @endphp @if (count($entidadesRest)) @foreach ($entidadesRest as $item) @if ($entidad->idEntidad == $item->idEntidad)
@if ($item->state == 1) @else @endif @php $exists = true; @endphp


@endif @endforeach @endif @if (!$exists)



@endif @endforeach @else
@endif
@endsection @section('js') @endsection