@extends('layouts.master') @section('content')
Update Camera
@csrf
@if ($errors->has('camera')) {{ $errors->first('camera') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@endSection