@extends('layouts.master') @section('title') @lang('translation.live_streaming') @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')
@csrf
@php $sound = \App\Models\User::find(auth()->user()->id)->sound != null ? asset("").\App\Models\User::find(auth()->user()->id)->sound : asset('/sounds/custom/coin.mp3'); @endphp @foreach ($liveStreamings as $liveStreaming)
Live
{{ $liveStreaming->user->username }}
@endforeach
@endsection @section('script') @endsection