@extends('layouts.app') @section('content')

License Verification

Please enter your 6-digit license key to verify and access the admin panel.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection