layout
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
@extends('layouts.main-layout', ['attributes' => null])
|
||||
|
||||
@section('body')
|
||||
<div class="flex flex-col min-h-[100dvh] bg-gradient-to-br from-[#03255B] to-[#011638] text-white">
|
||||
<header class="px-4 lg:px-6 h-14 flex items-center w-20">
|
||||
<x-glyph-only-logo class="text-white" />
|
||||
<header class="px-4 lg:px-6 h-14 flex justify-between items-center ">
|
||||
<div class="w-10">
|
||||
<x-glyph-only-logo class="text-white" />
|
||||
</div>
|
||||
@auth
|
||||
<a href="{{ route('dashboard') }}">Dashboard</a>
|
||||
@endauth
|
||||
|
||||
</header>
|
||||
<main class="flex-1 flex flex-col items-center justify-center px-4 md:px-6 gap-8">
|
||||
<div class="text-center space-y-4">
|
||||
@@ -94,4 +101,5 @@
|
||||
}
|
||||
};
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user