@extends('layouts.app') @section('content')

Editar Cobrança

@csrf @method('PUT') @include('invoices._form',['invoice'=>$invoice])
@endsection