@extends('admin.layout.app') @section('main_title', 'Dashboard') @section('title', 'Dashboard') @section('sub_title', 'Control Panel') @push('styles') @endpush @section('content')

Music Events

Sport Events

UnMapped/New Events

Updated Required Events


Mapped Events


@foreach($categoryEventsCount as $category) @if($category->mapped_events == 0 && $category->unmapped_event == 0) @php continue; @endphp @endif @endforeach
Category UnMapped Events Mapped Events Update Required Events
{{$category->search_type}} {{$category->unmapped_event}} {{$category->mapped_event}} {{$category->update_requires}}

Event Sources Overview

@endsection @push('scripts') @endpush