@extends('layouts.master') @section('content')
Add New Camera
@csrf
@include('add.partials.add_camera')
@include('add.partials.add_region')
@section('script_section') @endSection @endSection