@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{-- Filter --}}
{{-- --}}
{{-- --}} {{-- --}} {{-- --}} @foreach (getLookupData('event') as $row) {{-- --}} {{-- --}} @endforeach
# {{trans($namespaceName.'/'.$modelName.'.'.'name')}} {{trans($namespaceName.'/'.$modelName.'.'.'event_code')}} {{trans($namespaceName.'/'.$modelName.'.'.'host_name')}} {{trans($namespaceName.'/'.$modelName.'.'.'event_visitor_types')}} {{trans($namespaceName.'/'.$modelName.'.'.'event_join_link')}}{{trans($namespaceName.'/'.$modelName.'.'.'subscription_code')}} {{trans($namespaceName.'/'.$modelName.'.'.'server')}}{{trans($namespaceName.'/'.$modelName.'.'.'location')}}{{trans($namespaceName.'/'.$modelName.'.'.'start_date')}} {{trans($namespaceName.'/'.$modelName.'.'.'end_date')}} {{trans($namespaceName.'/'.$modelName.'.'.'event_type')}} {{trans($namespaceName.'/'.$modelName.'.'.'event_status')}} {{trans($namespaceName.'/'.$modelName.'.'.'event_details')}}{{trans($namespaceName.'/'.$modelName.'.'.'action')}}
{{$loop->iteration}} {{$row->name}} {{$row->event_code}} {{$row->host->name}} @foreach($row->visitorTypes as $visitorType) {{$visitorType->display_value}} @endforeach @if($row->event_type == 'public') @else - @endif {{$row->subscription_code}} {{$row->server->endpoint}}{{$row->location}}{{dateFormat($row->start_date)}} {{dateFormat($row->end_date)}} {{$row->event_type}} {{$row->status->display_value}} {{--
@csrf
--}}
@endsection @push('js') @endpush