@extends('Admin.layouts.layout') @section('content') @livewire('admin.email-template-form', ['templateId' => $template->id ?? null]) @endsection