@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Create Notification Template')
@lang('Channel Templates')
@lang('Event Catalog')
    @foreach($eventCatalog as $item)
  • {{ $item['event_key'] }}
    {{ $item['description'] }}
  • @endforeach
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush