@extends('oee') @section('title', $page_title) @section('content')

Import Alarm Detail data from excel


@csrf
{{-- --}} @error('import_file') {{ $message }} @enderror

Import Alarm Master data from excel


@csrf
{{-- --}} @error('import_file') {{ $message }} @enderror

Import Alarm Pivot data from excel


@csrf
{{-- --}} @error('import_file') {{ $message }} @enderror

{{$page_title}}

@if(Session::has('message')) @endif
@foreach ($alarmMaster as $master) @endforeach
No Machine Name Alarm Name Alarm Tag Alarm Action
{{$loop->iteration}} {{$master->machine->ident}} {{$master->alarm_name}} {{$master->alarm_tag}}
@endsection @push('css') @endpush @push('js') @endpush