@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = $template? __('admin_dashboard.titleEditNotificationTemplate'). ' '. $template->slug.'' : __('admin_dashboard.titleCreateNotificationTemplate'); $parent = 'admin.notification.template.list'; @endphp
@csrf

Details

@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('language')) {{ $errors->first('language') }} @endif
@if($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if($errors->has('content')) {{ $errors->first('content') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@endsection