@extends('layouts.master') @section('title') @lang('translation.live_streaming') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.live_streaming') @endslot @slot('title') @lang('translation.live_streaming') @endslot @endcomponent @include('partials.session')
local stream
remote stream
@if (data_get($liveStreaming, 'user_id') == auth()->id()) @endif
Live Chat
@endsection @push('script') @endpush