@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @endsection @section('content') Live Streaming @if (count($errors) > 0) @foreach ($errors->all() as $error) × {{ $error }} @endforeach @endif @if (Session::get('message')) × {{ Session::get('message') }} @endif {{ csrf_field() }} streaming_status == 0) @else checked @endif /> Live Streaming Status live streaming code {{ $setting->live_streaming_code }} Create @endsection