@extends('template.layoutAdmin', ['activeButton'=>'pagos']) @section('title') {{ trans('payments.pagosTransferenciaTitulo') }} @endsection @section('cabecera') @include('system.payments.cabecera') @endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif

{{ trans('payments.configPagoTransferencia') }} {{-- {{auth()->user()->userName}} --}}

@foreach ($tipoPagoGeneral as $item) @if ($item->idServicio == 22 && $item->transferencia != 2 )
{{ trans('payments.ordenar') }}
@endif @if ($item->idServicio == 23 && $item->transferencia != 2)
{{ trans('payments.paraLlevar') }}
@endif @if ($item->idServicio == 24 && $item->transferencia != 2)
{{ trans('payments.domicilio') }}
@endif @endforeach

{{--

Entidades Financieras

--}}
@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