@extends('layouts.master') @section('title', 'Newsletter Template') @push('styles') @endpush @section('content')
@can('newsletter-template-create') @include('backend.newsletter_template.create-form') @endcan
@can('newsletter-template-create') {!! renderIconHtml('add') !!}{{ __('Add New') }} @endcan
{{ __('#') }} {{ __('Name') }} {{ __('Subject') }} {{ __('Attachment') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @push('scripts') @endpush