@extends('includes.navbarclient') @section('content')

{{ trans( 'messages.configuracion' ) }}

+ {{ trans( 'messages.divisas' ) }} ({{ $moneda }})
{{ csrf_field() }}
@if ($errors->has('tipo_cambio')) {{ $errors->first('tipo_cambio') }} @endif
@if ($errors->has('aumento_porcentaje')) {{ $errors->first('aumento_porcentaje') }} @endif

@if ($errors->has('total')) {{ $errors->first('total') }} @endif


@endsection