From d8dac401cbf186aa9bb797664d6bf32ba8fe5351 Mon Sep 17 00:00:00 2001 From: Proximity Date: Sun, 20 Dec 2020 05:55:03 +0000 Subject: [PATCH 1/3] Make pretty --- resources/views/dashboard/dashboard.blade.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php index f6b516e..0087fc3 100755 --- a/resources/views/dashboard/dashboard.blade.php +++ b/resources/views/dashboard/dashboard.blade.php @@ -124,7 +124,8 @@ @if (Auth::user()->hasRole('admin')) {{__('messages.open')}} - + @else + @endif @@ -140,6 +141,12 @@
+ @if (Auth::user()->hasRole('admin')) + + {{__('messages.open')}} + @else + + @endif @@ -154,6 +161,12 @@
+ @if (Auth::user()->hasRole('admin')) + + {{__('messages.open')}} + @else + + @endif @@ -168,6 +181,7 @@
+ From 36f9e4f9f09bf61929836c8ec0c7ba636e70ce90 Mon Sep 17 00:00:00 2001 From: Proximity Date: Sun, 20 Dec 2020 11:28:57 +0000 Subject: [PATCH 2/3] Added links to used --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07c81e9..eb48a76 100755 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ Many other features are currently planned for this app, such as: Tech stack: - [Laravel 7](https://laravel.com/) - - Eloquent ORM - - AdminLTE / Bootstrap 4 - - jQuery / Plain Javascript - - vueJS (in the future) + - [Eloquent ORM](https://laravel.com/docs/5.0/eloquent) + - [AdminLTE / Bootstrap 4](https://adminlte.io/) + - [jQuery](https://jquery.com/) / [Plain Javascript](https://www.javascript.com/) + - [vueJS](https://vuejs.org/) (in the future) # Stability From d3d1f6f2b1c95ce138b927da07d2fc6af96392b1 Mon Sep 17 00:00:00 2001 From: Proximity Date: Sun, 20 Dec 2020 11:29:44 +0000 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb48a76..cd42cce 100755 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Many other features are currently planned for this app, such as: Tech stack: - [Laravel 7](https://laravel.com/) - [Eloquent ORM](https://laravel.com/docs/5.0/eloquent) - - [AdminLTE / Bootstrap 4](https://adminlte.io/) + - [AdminLTE](https://adminlte.io/) / [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/) - [jQuery](https://jquery.com/) / [Plain Javascript](https://www.javascript.com/) - [vueJS](https://vuejs.org/) (in the future)