@extends('layouts.master') @section('title') {{trans_choice('general.pledge',1)}} #{{$pledge->id}} @endsection @section('content')
{{trans_choice('general.branch',1)}} | {{$pledge->branch->name??''}} |
{{trans_choice('general.campaign',1)}} | {{$pledge->campaign->name??''}} |
{{trans_choice('general.date',1)}} | {{$pledge->date}} |
{{trans_choice('general.amount',1)}} | {{number_format($pledge->amount,2)}} |
{{trans_choice('general.paid',1)}} | {{number_format($pledge->pledgePayments->sum('amount'),2)}} |
{{trans_choice('general.note',2)}} | {{$pledge->notes}} |