Bläddra i källkod

Correct script tags

master
Immanuel Onyeka 1 år sedan
förälder
incheckning
e46eab10d2
3 ändrade filer med 6 tillägg och 8 borttagningar
  1. +1
    -2
      app/Models/User.php
  2. +1
    -2
      resources/views/panel.blade.php
  3. +4
    -4
      resources/views/verify-email.blade.php

+ 1
- 2
app/Models/User.php Visa fil

@@ -9,11 +9,10 @@ use Illuminate\Notifications\Notifiable;
use App\Models\Order; use App\Models\Order;
use App\Models\Transaction; use App\Models\Transaction;
use App\Models\Ticket; use App\Models\Ticket;
use Laravel\Cashier\Billable;


class User extends Authenticatable implements MustVerifyEmail class User extends Authenticatable implements MustVerifyEmail
{ {
use HasFactory, Notifiable, Billable; use HasFactory, Notifiable;


/** /**
* The attributes that are mass assignable. * The attributes that are mass assignable.


+ 1
- 2
resources/views/panel.blade.php Visa fil

@@ -20,6 +20,5 @@


@section('scripts') @section('scripts')
@parent @parent
<script src="js/app.js"></script> @vite(['resources/js/main.js'])
<script src="js/chunk-vendors.js"></script>
@endsection @endsection

+ 4
- 4
resources/views/verify-email.blade.php Visa fil

@@ -12,14 +12,14 @@
<main> <main>
<div class="info-heading"> <div class="info-heading">
<h3>To continue, we need to make sure your email address is yours. Click the verification link we've sent to you.</h3> <h3>To continue, we need to make sure your email address is yours. Click the verification link we've sent to you.</h3>
<button id="resend_verification" class="brand-button">Resend</button> <button id="resend_verification" class="brand-button">
Resend
</button>
</div> </div>
</main> </main>
@endsection @endsection


@section('scripts') @section('scripts')
@parent @parent
<script src="js/app.js"></script> @vite(['resources/js/main.js'])
<script src="js/chunk-vendors.js"></script>
<!-- <script src="main.js"></script> -->
@endsection @endsection

||||||
x
 
000:0
Laddar…
Avbryt
Spara