@extends('layouts.master') @section('content')

Formulir {{ request()->routeIs('cctvs.edit') ? 'Ubah' : 'Tambah' }}

CCTV

@csrf @method((request()->routeIs('cctvs.edit') ? 'PUT' : 'POST'))
@error('name') @enderror
@error('url') @enderror
@error('lat') @enderror
@error('lng') @enderror
Kembali
@endsection @push('css') @endpush @push('js') @endpush