@extends('admin.layouts.masterlayout') @section('title', 'Edit Live Stream') @section('head_title', 'Event Management') @section('Css') @endsection @section('content')

Edit Live Stream

Event Management / Edit Live Stream

@if ($errors->any())
@endif
@csrf

Live Stream Details

Upload Proof

@if($livestream->cover_image)
Preview
@endif
Cancel
@include('admin.shop.availability_day') @endsection @section('script') @endsection