@extends('layouts.commonmaster') @section('title') | View Event @endsection @push('styles') @endpush @section('content')
| Time period | @foreach($event_fund_data as $efd){{ $efd->name }} | @endforeachTotal |
|---|---|---|
| Today | @php $total = 0; @endphp @foreach($event_fund_data as $efd){{ $efd->tier_ticket_count }} | @php $total += $efd->tier_ticket_count; @endphp @endforeach{{ $total }} |
Enjoy the event