@extends('layouts.adminapp') @section('title') {{ __('lng.EventTokenReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('active_event_token_report', 'active') @section('content')

{{ __('lng.Print') }}

@include('PrintHeader.header')

{{__('lng.EventTokenReport')}}

{{--
{{ __('lng.FromDate') }}: {{ date('d-m-Y', strtotime($From)) }}, {{ __('lng.ToDate') }}: {{ date('d-m-Y', strtotime($To)) }},
--}} @php $si=0; @endphp @foreach ($EventTokens as $EventToken) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Name') }} {{ __('lng.Date') }} {{ __('lng.Place') }} {{ __('lng.Amount') }}
{{ ++$si }} {{ $EventToken->title }} {{ $EventToken->date }} {{ $EventToken->place }} @currency($EventToken->min_amount)
{{ __('lng.Back') }}
@endsection