Files
RomhackPlaza/resources/views/tools/hasher.blade.php

17 lines
296 B
PHP
Raw Permalink Normal View History

2026-06-23 19:24:38 +02:00
@extends('layouts.app')
@section('page-title', "ROM Patcher - " . config('app.name'))
@push('scripts')
@vite('resources/js/HashesChecker.js')
@endpush
@section('content')
<div class="page-title">
<span>ROM Hasher</span>
</div>
<livewire:hashes-checker />
@endsection