@extends('layout.backend.app',[
'title' => 'Dashboard',
'pageTitle' => 'Dashboard'
])
@section('content')
Today Pending Tickets
{{ $availableTickets }}
Today Total Payments
{{ $todayPayment + $tempTodayPurchaseCount }}
Purchase Tickets
{{ $tempTodayPurchaseCount }}
Payment Done
{{ $todayPayment }}
Total Payments
{{ $totalPayment }}
@stop