@extends('layouts.sidebar') @section('title', 'Nomadic-Events') @section('content')

@if(isset($events->event_id))Update @else Create new @endif event

@if(session('success'))
{{session('success')}}
@endif
event_type) && $events->event_type=='location') checked @endif>
event_type) && $events->event_type=='online') checked @endif>
public_private) && $events->public_private=='public') checked @endif>
public_private) && $events->public_private=='private') checked @endif>
@if(isset($events->stream_key)) @endif
@if(isset($events->thumbnail) && $events->thumbnail!="") @endif
@csrf
@endsection @section('footer_scripts') @endsection