@extends('layouts.panel') @section('title', 'Nuevo Ingreso') @section('content')
@csrf @include('incomes.partials.form', ['income' => null])
Cancelar
@endsection