@extends('template.layoutAdmin', ['activeButton'=>'financiera']) @section('title') {{ trans('payments.pagosAdministrador') }} @endsection @section('cabecera')

{{-- Regresar --}}

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

@endsection @section('contenido')

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

{{--
--}} @if ($tipoPagoOrdenar != null) {{-- Online --}}
{{ trans('payments.online') }}
{{-- Transferencia --}}
{{ trans('payments.transferencia') }}
{{-- Efectivo --}}
{{ trans('payments.efectivo') }}
@else {{-- Online --}}
{{ trans('payments.online') }}
{{-- Transferencia --}}
{{ trans('payments.transferencia') }}
{{-- Efectivo --}}
{{ trans('payments.efectivo') }}
@endif {{--
--}}

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

@if ($tipoPagoParaLlevar != null) {{-- Online --}}
{{ trans('payments.online') }}
{{-- Transferencia --}}
{{ trans('payments.transferencia') }}
{{-- Efectivo --}}
{{ trans('payments.efectivo') }}
@else {{-- Online --}}
{{ trans('payments.online') }}
{{-- Transferencia --}}
{{ trans('payments.transferencia') }}
{{-- Efectivo --}}
{{ trans('payments.efectivo') }}
@endif

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

@if ($tipoPagoDomicilio != null) {{-- Online --}}
{{ trans('payments.online') }}
{{-- Transferencia --}}
{{ trans('payments.transferencia') }}
{{-- Efectivo --}}
{{ trans('payments.efectivo') }}
@else {{-- Online --}}
{{ trans('payments.online') }}
{{-- Transferencia --}}
{{ trans('payments.transferencia') }}
{{-- Efectivo --}}
{{ trans('payments.efectivo') }}
@endif
@endsection