@extends('layouts.master') @section('title') {{$event->name}} @endsection @section('content')

{{trans_choice('general.report',2)}}

{{trans_choice('general.total',1)}} {{trans_choice('general.attendance',1)}} : {{\App\Models\EventAttendance::where('event_id',$event->id)->count()}}

@if(\App\Models\Event::where('parent_id',$event->id)->count()>0) @endif

{{trans_choice('general.gender',1)}}


{{trans_choice('general.age',1)}}


{{trans_choice('general.marital_status',1)}}


{{trans_choice('general.status',1)}}


@endsection @section('footer-scripts') @endsection