{{--
{{__('Notification Template')}}
@can('notification_template_create')
@endcan
--}}
@foreach ($data as $item)
@if ($loop->iteration == 1)
@endif
@endforeach
@php
$copy = ['{{ user_name }}', '{{ organizer_name }}', '{{ app_name }}', '{{ event_name }}', '{{ date }}', '{{ quantity }}', '{{ password }}'];
@endphp
{{ __('Email Placeholder') }}
@foreach ($copy as $key => $value)
{{ $value }}
@endforeach