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