@extends('backend.master')
@section('title')
{{ @$pt }}
@endsection
@section('content')
{{-- bradecrumb Area S t a r t --}}
{{-- bradecrumb Area E n d --}}
| {{___('settings.event')}} |
{{___('settings.host')}} |
{{___('settings.reciever')}} |
@foreach ($notificationSettings as $data)
|
{{ str_replace('_', ' ', $data->event) }}
|
@foreach ($data->host as $key => $destination)
@endforeach
|
@foreach ($data->reciever as $key => $recipient)
@isset($data->shortcode)
@foreach ($data->shortcode as $role => $short)
@if ($key == $role)
{{$short}}
@endif
@endforeach
@endisset
@endforeach
|
@endforeach