Manage Tranches

@can('tranches.create') @endcan
@if (session()->has('message')) @endif
@forelse($tranches as $tranche) @empty @endforelse
Funder Tranche Name Funded Date Rate per Case Created Actions
{{ $tranche->funder_name }} {{ $tranche->tranche_name }} {{ $tranche->funded_date?->format('d/m/Y') }} £{{ number_format($tranche->amount_per_case, 2) }} {{ $tranche->created_at->format('d/m/Y') }} @can('edit', $tranche) @endcan @can('delete', $tranche) @endcan
No tranches found.
@if($isModalOpen) @endif @if($confirmingDeletion) @endif