@extends('layouts.master') @section('title') {{trans_choice('general.contribution',2)}} @if(!empty($contribution_batch->name)) -{{$contribution_batch->name}} @else - {{$contribution_batch->id}} @endif @endsection @section('content')

{{trans_choice('general.contribution',2)}} @if(!empty($contribution_batch->name)) -{{$contribution_batch->name}} @else -{{$contribution_batch->id}} @endif

@if(Sentinel::hasAccess('contributions.create')) {{trans_choice('general.add',1)}} {{trans_choice('general.contribution',1)}} @endif
{{trans_choice('general.id',1)}} {{trans_choice('general.member',1)}} {{trans_choice('general.amount',1)}} {{trans_choice('general.method',1)}} {{trans_choice('general.date',1)}} {{trans_choice('general.note',2)}} {{ trans_choice('general.action',1) }}
@endsection @section('footer-scripts') @endsection