@extends("master") @section("title","Tithe and Offering Details") @section("body")

Tithe And Offering

Details

Below are the details of the Tithe and Offering.

@if($titheOfferingBase->status!=\App\AppStatus::APPROVED) Delete @endif @if($titheOfferingBase->status==\App\AppStatus::PENDING) Approve @endif Export to Excel
{{$titheOfferingBase->created_at->format('d-m-Y') }}
{{$titheOfferingBase->user->name }}
{{$titheOfferingBase->source }}
{{number_format($titheOfferingBase->tithe_offerings_count) }}
{{number_format($titheOfferingBase->tithe_offerings_sum_amount) }}
{{$titheOfferingBase->status}}
{{-- --}}
#ChurchMember Names Member Phone Offering Type Amount Payment Option Date Action
@endsection @section("script") @endsection