feat(ui): show task name on title for scheduled task single view

This commit is contained in:
ShadowArcanist 2026-03-29 15:29:17 +05:30
parent d33cd7ca71
commit 1f864dc49b

View file

@ -2,7 +2,7 @@
<form wire:submit="submit" class="w-full">
<div class="flex flex-col gap-2 pb-2">
<div class="flex gap-2 items-end">
<h2>Scheduled Task</h2>
<h2>Task {{ $task->name }}</h2>
<x-forms.button type="submit">
Save
</x-forms.button>