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

{{ trans('payments.configPagoEfectivo') }}

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