@extends('plantilla.main') @section('scripts') @endsection @section('title',"Agregar Deducción") @section('contenido_title',"Catálogo de Deducciones") @section('contenido')

Agregar deducción

{{ csrf_field() }}
{!! $errors->first('deduccion','
:message
') !!}
@endsection