@extends('layouts.backend.template') @push('styles') @endpush @section('content')

Nuevo RIPS

Añadiendo nuevo RIPS al sistema

Regresar
{!! Form::open(['route' => 'rip.store', 'method' => 'POST']) !!}
@include('accounting.rip.fields')
@include('accounting.rip.fields2')
{!! Form::submit('Generar RIPS', ['class' => 'btn btn-oval btn-primary']) !!}
{!! Form::close() !!} @endsection @push('scripts') @endpush