@extends('layouts.master') @section('header-title') {{$module->long_name}} - @lang('andon.notifications') @endsection @section('content')

@lang('master.notif_conf')

@lang('andon.notif_instr_1')
@lang('andon.notif_instr_2')
@foreach($notifications as $notification) @endforeach
@lang('master.name') @lang('master.plant') | @lang('master.configuration') @lang('andon.description')
{{isset($notification['name_lang']) ? __($notification['name_lang']) : $notification['name'] }} @foreach($plants as $plant) @if($notification['notifiables_type'] != App\Master\NotificationEvent::FIXED ) @endif @endforeach
{{$plant->name}}
@if(in_array($plant->id, $notification['internal_plants']->toArray() )) @else @endif
@if(in_array($plant->id, $notification['email_plants']->toArray() )) @else @endif
{{isset($notification['description_lang']) ? __($notification['description_lang']) : $notification['description']}}
@endsection @section('app-scripts') @endsection