@extends('layouts.admin') @section('title', 'Edit Visitor') @section('page-title', 'Edit Visitor') @section('page-subtitle', 'Update visitor information') @section('content')
@csrf @method('PUT')
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
Cancel
@endsection