Migration complete
This commit is contained in:
16
resources/views/tools/hasher.blade.php
Normal file
16
resources/views/tools/hasher.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user