-
-
@@ -73,12 +79,47 @@
@endsection
diff --git a/resources/views/admin/message/show.blade.php b/resources/views/admin/message/show.blade.php
new file mode 100644
index 00000000..5daccbc1
--- /dev/null
+++ b/resources/views/admin/message/show.blade.php
@@ -0,0 +1,46 @@
+@extends('layouts.admin.main')
+
+@section('content')
+
+
+
+
+ {!! $message->body !!}
+
+
+
+@endsection
+
+@section('breadcrumb')
+
+@endsection
+
+@section('custom_scripts')
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/admin/user/index.blade.php b/resources/views/admin/user/index.blade.php
index 37a2004b..aa20cfcd 100644
--- a/resources/views/admin/user/index.blade.php
+++ b/resources/views/admin/user/index.blade.php
@@ -25,10 +25,9 @@
{{$item->fullname()}} |
{{\App\Rank::find($item->rank)->name}} |
{{\App\Job::find($item->job)->name}} |
-
Modifier |
+
Modifier |
@endforeach
-
@@ -96,7 +95,7 @@
if (result.value) {
(function($) {
- $.post('/api/user/delete', { id: pid } , function(data) {
+ $.post('/api/user/delete?api_token='+api_token, { id: pid } , function(data) {
console.log('Delete');
});
diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php
new file mode 100644
index 00000000..15a38e3a
--- /dev/null
+++ b/resources/views/errors/404.blade.php
@@ -0,0 +1,90 @@
+
+
+
+
+
+
Error
+
+
+
+
+
+
+
+
+
+
+
+
404
+
+
+

+
+
+
+ Oups ... Il n'y a malheureusement rien là {{ $exception->getMessage() }}
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php
new file mode 100644
index 00000000..257a17f6
--- /dev/null
+++ b/resources/views/errors/500.blade.php
@@ -0,0 +1,90 @@
+
+
+
+
+
+
Error
+
+
+
+
+
+
+
+
+
+
+
+
500
+
+
+

+
+
+
+ Oups ... Le serveur n'aime pas ça, svp laisser lui le temps de soufler {{ $exception->getMessage() }}
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php
index aa201238..9f5e0295 100644
--- a/resources/views/layouts/admin.blade.php
+++ b/resources/views/layouts/admin.blade.php
@@ -6,7 +6,7 @@
-
Espace Administration
+
Espace Administratio
@@ -71,6 +71,10 @@
+
+
@yield('javascript')
@@ -80,24 +84,6 @@
-
diff --git a/resources/views/layouts/admin/scripts.blade.php b/resources/views/layouts/admin/scripts.blade.php
index eb64744e..48fd383f 100644
--- a/resources/views/layouts/admin/scripts.blade.php
+++ b/resources/views/layouts/admin/scripts.blade.php
@@ -4,6 +4,9 @@
+
@@ -12,3 +15,4 @@
+
diff --git a/resources/views/layouts/admin/sidebar.blade.php b/resources/views/layouts/admin/sidebar.blade.php
index 30bff281..47ae7c2e 100644
--- a/resources/views/layouts/admin/sidebar.blade.php
+++ b/resources/views/layouts/admin/sidebar.blade.php
@@ -18,9 +18,9 @@
{{ trans('admin/sidebar.public_page_see')}}
-
+ Horaire