@extends('layouts.adminapp') @section('title') {{ __('lng.EventToken') }} - {{ $EventToken->title }} @endsection @section('open_settings', 'open') @section('active_settings', 'active') @section('active_event_token', 'active') @section('content')

{{ $EventToken->title }}

{{ $EventToken->title }} - {{ __('lng.ConfirmedMembers') }}
@php $si=0; @endphp @foreach ($EventTokenLists as $EventTokenList) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Name') }} {{ __('lng.HouseName') }} {{ __('lng.Barcode') }} {{ __('lng.Amount') }} {{ __('lng.Status') }}
{{ ++$si }} {{ $EventTokenList->Member->name }} {{ $EventTokenList->Member->house->name }} {{ $EventTokenList->barcode }} @currency( $EventTokenList->amount ) {{ __('lng.Completed') }}

{{ __('lng.Showing') }} {{ $EventTokenLists->count() }} {{ __('lng.Items') }}

@endsection