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