@extends('admin.layouts.content') @section('content')
@include('components.card_header', ['title' => 'Sensors', 'route' => route('Manage Sensors')])
{{ csrf_field() }}
device_type) == 1 ? 'checked' : '' }}>
device_type) == 2 ? 'checked' : '' }}>
device_type) == 3 ? 'checked' : '' }}>
device_type) == 4 ? 'checked' : '' }}>
is_active) == 1 ? 'checked' : '' }}>
is_active) == 0 ? 'checked' : '' }}>
@endsection