PHP Classes

File: resources/views/components/auth-card.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   resources/views/components/auth-card.blade.php   Download  
File: resources/views/components/auth-card.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 383 bytes
 

Contents

Class file image Download
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100">
    <div class="w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg">
        <div class="my-4">
            <h2 class="text-2xl font-bold uppercase">{{ $header }}</h2>
        </div>
        <div>
            {{ $slot }}
        </div>
    </div>
</div>