diff --git a/README.md b/README.md index 07c81e9..cd42cce 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](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) # Stability 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 @@
+