@extends('layouts.app') @section('title', $fundingSource ? 'Edit Funding Source' : 'Add Funding Source') @section('contents') @csrf @if ($fundingSource) @method('PUT') @endif {{ $fundingSource ? 'Edit Funding Source' : 'Add Funding Source' }} @endsection @push('scripts') @endpush