@include('people.debt.form', [
'method' => 'POST',
'action' => route('people.debts.store', $contact),
'update_or_add' =>'add'
])
@extends('layouts.skeleton') @section('content')