@extends('layouts.location_app') @section('title', 'Near Misses Settings') @section('top-nav-title', 'Near Misses Settings') @section('content')
@if(request()->query('success'))
{{request()->query('success')}}
@endif @if(request()->query('error'))
{{request()->query('error')}}
@endif @include('layouts.error')

Near Misses Settings

@csrf

General Settings

near_miss_ask_for_who == 1) checked @endif> Ask for who made and detected the error?
near_miss_ask_for_who != 1) style="display:none" @endif>
near_miss_ask_for_user_detail == 'name') checked @endif> Ask for name (position will automatically be selected)
near_miss_ask_for_user_detail == 'position') checked @endif> Ask for position only
near_miss_robot_in_use == 1) checked @endif> Robot dispenser in use?
near_miss_robot_in_use != 1) style="display:none" @endif>

This setting only work when you set location opening hours.

Click here to set opening hours.


@include('location.opening_hours') @endsection