@extends('layouts.master') @section('page_title', 'Visitors Log Book') @section('content') @livewire('reception.visitor-log-component') @endsection