@extends('template.layoutAdmin', ['activeButton'=>'financiera']) @section('cabecera')

{{ trans('monedas.regresar') }}

{{ trans('monedas.detalleMoneda') }}

@endsection @section('title') {{$moneda->nombre}} @endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif

{{$moneda->nombre}}

@foreach ($dinero as $item) @endforeach
{{ trans('monedas.imagen') }} {{ trans('monedas.nombre') }} {{ trans('monedas.valor') }} {{ trans('monedas.estado') }} {{ trans('monedas.opciones') }}
{{$item->nombre}} $ {{number_format($item->valor, 2, ',', '.')}} @if ($item->idEstado == 1) {{ trans('monedas.activo') }} @else {{ trans('monedas.inactivo') }} @endif @if ($item->idEstado == 1) @endif
{{-- Crear Dinero --}} {{-- Editar Dinero --}} @endsection @section('js') @endsection