@extends('layouts.admin.master') @section('title', !empty($emailHook) ? 'Edit Email Hook' : 'Add Email Hook') @section('content') @include('layouts.admin.flash.alert')

Manage Email Hooks Here you can {{ !empty($emailHook) ? 'edit' : 'add' }} email hook(slug)

{{ !empty($emailHook) ? 'Edit Email Hook' : 'Add Email Hook' }}

Back
@csrf @if (!empty($emailHook)) @method('PUT') @endif
title : '') }}" placeholder="Title" required="required" maxlength="150" id="title">
slug : '') }}" placeholder="Hook" maxlength="150" id="slug">

No space, separate each word with underscore. (if you want auto generated then please leave blank)

Last updated email hooks

@endsection