Use consistent + icon buttons on mobile reception views.
Deploy Ladill Frontdesk / deploy (push) Successful in 50s

Extract shared quick-action and section-link partials so dashboard and visits headers share the same white and purple mobile FABs while section links keep indigo icon buttons.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-28 16:02:23 +00:00
co-authored by Cursor
parent 308920d892
commit 6e46b23b2c
4 changed files with 80 additions and 46 deletions
@@ -1,10 +1,12 @@
<x-app-layout title="Visit history">
<div class="flex items-center justify-between">
<h1 class="text-xl font-semibold text-slate-900">Visits</h1>
<div class="flex gap-2">
<a href="{{ route('frontdesk.visits.schedule') }}" class="rounded-lg border border-slate-200 px-4 py-2 text-sm font-medium text-slate-700 hover:bg-slate-50">Schedule</a>
<a href="{{ route('frontdesk.visits.create') }}" class="btn-primary">Check in</a>
</div>
<div class="flex items-center justify-between gap-3">
<h1 class="min-w-0 flex-1 truncate text-lg font-semibold text-slate-900 lg:text-xl">Visits</h1>
@include('frontdesk.partials.reception-quick-actions', [
'desktopSchedule' => 'Schedule',
'desktopCheckIn' => 'Check in',
'scheduleLabel' => 'Schedule visit',
'checkInLabel' => 'Check in visitor',
])
</div>
<form method="GET" class="mt-4 flex gap-2">