@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}}
@endif
@error('mail_content')
{{$message}}
@endif
@error('message_content')
{{$message}}
@endif
{{__('Email Placeholder')}}
@endsection