Loading app/Http/Controllers/DiveSesssionUpdate.php→app/Http/Controllers/DiveSessionUpdate.php +0 −0 File moved. View file resources/views/dives.blade.php +1 −1 Original line number Diff line number Diff line <x-layout> <link rel="stylesheet" href="/css/drop-down.css"> <x-page-title>Inscription aux plongées</x-page-title> <x-page-title>Liste des plongées</x-page-title> <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2"> <table class="text-sm text-left text-gray-500 w-full"> <thead class="text-xs text-gray-700 uppercase bg-gray-50"> Loading routes/web.php +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use App\Models\DivingSession; use App\Http\Controllers\DivingSignUpController; use App\Http\Controllers\DiveSessionCreation; use App\Http\Controllers\DiveSesssionUpdate; use App\Http\Controllers\DiveSessionUpdate; use App\Http\Controllers\AuthController; use Illuminate\Support\Facades\Route; use Illuminate\Http\Request; Loading Loading @@ -87,7 +87,7 @@ }); Route::post('/dive/update/{id}', function($id, Request $request){ DiveSesssionUpdate::update($request, $id); DiveSessionUpdate::update($request, $id); return redirect('/'); }); Loading Loading
app/Http/Controllers/DiveSesssionUpdate.php→app/Http/Controllers/DiveSessionUpdate.php +0 −0 File moved. View file
resources/views/dives.blade.php +1 −1 Original line number Diff line number Diff line <x-layout> <link rel="stylesheet" href="/css/drop-down.css"> <x-page-title>Inscription aux plongées</x-page-title> <x-page-title>Liste des plongées</x-page-title> <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2"> <table class="text-sm text-left text-gray-500 w-full"> <thead class="text-xs text-gray-700 uppercase bg-gray-50"> Loading
routes/web.php +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use App\Models\DivingSession; use App\Http\Controllers\DivingSignUpController; use App\Http\Controllers\DiveSessionCreation; use App\Http\Controllers\DiveSesssionUpdate; use App\Http\Controllers\DiveSessionUpdate; use App\Http\Controllers\AuthController; use Illuminate\Support\Facades\Route; use Illuminate\Http\Request; Loading Loading @@ -87,7 +87,7 @@ }); Route::post('/dive/update/{id}', function($id, Request $request){ DiveSesssionUpdate::update($request, $id); DiveSessionUpdate::update($request, $id); return redirect('/'); }); Loading