@extends('layouts.app') @section('content')
Camera Dashboard
@if(isset($error))
{{ $error }}
@endif @if(isset($streamUrl))
Stream Information

Stream URL: {{ $streamUrl }}

@if(isset($snapshotUrl))

Snapshot URL: {{ $snapshotUrl }}

@endif
@endif
@push('scripts') @endpush @endsection