@extends('master') @section('content')
@include('admin.layout.breadcrumbs', [ 'title' => __('Notification Template'), ])
@if (session('status')) @endif
{{ __('Notification Template') }}
{{--

{{__('Notification Template')}}

@can('notification_template_create') @endcan
--}}
@foreach ($data as $item) @if ($loop->iteration == 1) @endif
@endforeach
@csrf @method('PUT')
@error('subject')
{{ $message }}
@enderror
@error('mail_content')
{{ $message }}
@enderror
@error('message_content')
{{ $message }}
@enderror
@php $copy = ['{{ user_name }}', '{{ organizer_name }}', '{{ app_name }}', '{{ event_name }}', '{{ date }}', '{{ quantity }}', '{{ password }}']; @endphp
{{ __('Email Placeholder') }}
@endsection