@extends('layouts.app') @section('title') Data Logger Temperature Monitoring @endsection @section('breadcrumb')

{{__('Data Logger Temperature Monitoring')}}

@endsection @section('content')
@can('create_data_logger_temp_monitoring') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# Month Category Equipment Location Signatures Signed Dates Signed By {{ __('Action') }}
@endsection @section('scripts') @endsection