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

{{__('Temperature Monitoring')}}

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