Perbaikan minor
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user