-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17dc0d7
commit 0d3b843
Showing
7 changed files
with
37 additions
and
34 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<x-app-layout> | ||
<x-slot name="header"> | ||
<div class="row"> | ||
<a href="/category" class="col-sm-4 d-flex flex-column align-items-center justify-items-center"> | ||
<i class="fa fa-cog fa-5x text-danger"></i> | ||
Manage | ||
</a> | ||
<a href="/payment" class="col-sm-4 d-flex flex-column align-items-center justify-items-center"> | ||
<i class="fa fa-shopping-bag fa-5x text-primary"></i> | ||
Sales | ||
</a> | ||
<a href="/report" class="col-sm-4 d-flex flex-column align-items-center justify-items-center"> | ||
<i class="fa fa-clipboard-list fa-5x text-success"></i> | ||
Reports | ||
</a> | ||
<a href="/category" class="col-sm-4 d-flex flex-column align-items-center justify-items-center"> | ||
<i class="fa fa-cog fa-5x text-danger"></i> | ||
Manage | ||
</a> | ||
<a href="/payment" class="col-sm-4 d-flex flex-column align-items-center justify-items-center"> | ||
<i class="fa fa-shopping-bag fa-5x text-primary"></i> | ||
Sales | ||
</a> | ||
<a href="/report" class="col-sm-4 d-flex flex-column align-items-center justify-items-center"> | ||
<i class="fa fa-clipboard-list fa-5x text-success"></i> | ||
Reports | ||
</a> | ||
</div> | ||
</x-slot> | ||
</x-app-layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="csrf-token" content="{{ csrf_token() }}"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
<title>{{ config('app.name', 'Laravel') }}</title> | ||
<title>{{ config('app.name', 'Restaurant') }}</title> | ||
|
||
<!-- Fonts --> | ||
<link rel="stylesheet" href="https://fonts.bunny.net/css2?family=Nunito:wght@400;600;700&display=swap"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="csrf-token" content="{{ csrf_token() }}"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
|
||
<title>{{ config('app.name', 'Laravel') }}</title> | ||
<title>{{ config('app.name', 'Restaurant') }}</title> | ||
|
||
<!-- Fonts --> | ||
<link rel="stylesheet" href="https://fonts.bunny.net/css2?family=Nunito:wght@400;600;700&display=swap"> | ||
|
@@ -18,7 +18,10 @@ | |
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100"> | ||
<div> | ||
<a href="/"> | ||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" /> | ||
<img src="{{ asset('images/background/RESTAURANT.png') }}" alt="logo" | ||
class="img-fluid" width="200" height="200"> | ||
{{-- <i class="fas fa-hamburger fa-5x"></i> --}} | ||
{{-- <x-application-logo class="w-20 h-20 fill-current text-gray-500" /> --}} | ||
</a> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,13 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
|
||
<title>Laravel</title> | ||
|
||
<!-- Fonts --> | ||
<link href="https://fonts.bunny.net/css2?family=Nunito:wght@400;600;700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"> | ||
|
||
<!-- Styles --> | ||
<style> | ||
|
@@ -32,25 +34,20 @@ | |
</div> | ||
@endif | ||
|
||
<div class="max-w-6xl mx-auto sm:px-10 lg:px-10"> | ||
<div class="flex justify-center pt-8 sm:justify-start sm:pt-0"> | ||
<div class="content"> | ||
<div class="title m-b-md"> | ||
<i class="fas fa-hamburger"></i>Restaurant XXXXX | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<div class="ml-4 text-center text-sm text-gray-500 sm:text-right sm:ml-0"> | ||
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) | ||
</div> | ||
<div class="col-sm-12 d-flex flex-column align-items-center justify-items-center"> | ||
<img src="{{ asset('images/background/RESTAURANT.png') }}" alt="logo" | ||
class="img-fluid" width="200" height="200"> | ||
<div> | ||
<img src="{{ asset('images/background/yangskitchen_home.jpg') }}" alt="background" | ||
class="img-fluid" width="1000" height="1000"> | ||
</div> | ||
</div> | ||
{{-- <div class="ml-4 text-center text-sm text-gray-500 sm:text-right sm:ml-0"> | ||
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) | ||
</div> --}} | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"> | ||
</script> | ||
</body> | ||
</html> |