@extends('admin.includes.base') @push('styles') @endpush @section('content')
@if(Auth::guard('admin')->user()->utype=='Super' || Auth::guard('admin')->user()->utype=='Admin' || Auth::guard('admin')->user()->utype=='Treasury')

Total Users

staff, treasury and admins

{{ $total_admins }}

Open Batch

Batches which are currently open

{{ $total_batches }}

Total Amount

Donation amount till now

$ {{ $total_amount }}

Total Receipts

Number of donation receipts till now

{{ $total_receipts }}

Donations (week wise)

{{ date('F Y') }}
@else
@include('admin.receipt.partials.newReceipt')

Weekly Amount

Weekly total amount

$ {{ $weekly_amount }}

Total Amount

Amount

$ {{ $total_amount }}

Total Receipts

Receipts

{{ $total_receipts }}

Donations (week wise)

{{ date('F Y') }}
@endif
@endsection @push('scripts') @endpush