@extends('layouts.admin') @section('title', 'Manage Sites') @section('page-title', 'Manage Sites') @section('content')

Site Management

Add New Site

Register a new visitor management location.

@csrf

Registered Sites

Select a QR code to view and download it.

@foreach ($sites as $site) @endforeach
@endsection