Perbaikan minor

This commit is contained in:
pand03
2026-03-09 14:57:04 +07:00
parent e061a59bd7
commit 13b736ccd2
9 changed files with 799 additions and 23 deletions

View File

@@ -1,12 +1,3 @@
@extends('layouts.applications')
@section('styles')
<link rel="stylesheet" href="{{ mix('css/member.css') }}">
@endsection
@section('content')
<div class="min-h-screen bg-gray-100 flex items-center justify-center p-6">
<div class="bg-white shadow-xl rounded-2xl w-full max-w-3xl p-8">
<h1 class="text-2xl font-bold text-gray-800 mb-6">
@@ -66,6 +57,4 @@ class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition"
</form>
</div>
</div>
@endsection
</div>