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

Nueva Nota Interna

AƱadiendo nueva nota interna al sistema

Regresar
{!! Form::open(['route' => 'accounting-note.store', 'method' => 'POST']) !!}
@include('accounting.note.fields')
{!! Form::submit('Guardar la nota', ['class' => 'btn btn-oval btn-primary']) !!}
{!! Form::hidden('invoice_id', null, ['id' => 'invoice_id']) !!} {!! Form::close() !!} @endsection @push('scripts') @endpush