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