@extends('admin.layout') @section('custom-style') @endsection @section('content')

Live Streams

Create Live Event

@if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if(\Session::has('success'))
  • {!! \Session::get('success') !!}
  • @endif
    {{csrf_field()}}
    @if(check_Permission('Live Broadcast', 'set_calendar'))
    @endif
    @endsection @section('custom-scripts') @endsection