@extends('layouts.main') @section('title') {{ __('live_streaming') }} @endsection @section('content')

{{ __('create_and_manage') . ' ' . __('live_streaming') }}

@if (is_live_streaming_enabled() == 0) @endif
@can('live-streaming-create')
@endcan

{{ __('create') . ' ' . __('live_streaming') }}

@csrf
0
0
@can('live-streaming-list')

{{ __('live_streaming') . ' ' . __('list') }}

@canany(['live-streaming-edit', 'live-streaming-delete']) @endcanany
{{ __('id') }} {{ __('language_id') }} {{ __('language') }} {{ __('image') }} {{ __('title') }} {{ __('type') }} {{ __('URL') }} {{ __('schema_markup') }} {{ __('meta_keywords') }} {{ __('meta_title') }} {{ __('meta_description') }}{{ __('operate') }}
@endcan
@endsection @section('script') @endsection