Immanuel Onyeka 2 месяцев назад
Родитель
Сommit
e46eab10d2
3 измененных файлов: 6 добавлений и 8 удалений
  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 Просмотреть файл

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

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

/**
* The attributes that are mass assignable.


+ 1
- 2
resources/views/panel.blade.php Просмотреть файл

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

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

+ 4
- 4
resources/views/verify-email.blade.php Просмотреть файл

@@ -12,14 +12,14 @@
<main>
<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>
<button id="resend_verification" class="brand-button">Resend</button>
<button id="resend_verification" class="brand-button">
Resend
</button>
</div>
</main>
@endsection

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

Загрузка…
Отмена
Сохранить