@extends('backEnd.master') @push('css') @endpush @section('title') @lang('system_settings.notification_settings') @endsection @section('mainContent')

@lang('system_settings.notification_settings')

@foreach ($notificationSettings as $data) @endforeach
@lang('system_settings.event') @lang('system_settings.destination') @lang('system_settings.recipient')
{{ str_replace('_', ' ', $data->event) }} @foreach ($data->destination as $key => $destination)
@endforeach
@foreach ($data->recipient as $key => $recipient)

@isset($data->shortcode) @foreach ($data->shortcode as $role => $short) @if ($key == $role) {{$short}} @endif @endforeach @endisset

@endforeach
@endsection @push('script') @endpush