@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @endsection @section('content')

Live Streaming

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif
{{ csrf_field() }}
@endsection