From 79aa88ada52ffaff96f60ffad7a36968f720e241 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 Jan 2019 14:24:20 -0700 Subject: [PATCH] Update admin views --- resources/views/admin/reports/home.blade.php | 58 +++++++++++++------- resources/views/admin/reports/show.blade.php | 2 +- 2 files changed, 40 insertions(+), 20 deletions(-) diff --git a/resources/views/admin/reports/home.blade.php b/resources/views/admin/reports/home.blade.php index 644c32ae..688fad12 100644 --- a/resources/views/admin/reports/home.blade.php +++ b/resources/views/admin/reports/home.blade.php @@ -1,19 +1,42 @@ -@extends('admin.partial.template') +@extends('admin.partial.template-full') @section('section') -
-

Reports

-

- - Open: - {{App\Report::whereNull('admin_seen')->count()}} - - - Closed: - {{App\Report::whereNotNull('admin_seen')->count()}} - -

-
+
+

Reports

+ + + + + + + + + +

@@ -61,9 +84,9 @@ @foreach($reports as $report) - +
- +
@@ -97,9 +120,6 @@ top: auto; bottom: auto; } - .table-check .custom-control-label { - top: -11px; - } @endpush diff --git a/resources/views/admin/reports/show.blade.php b/resources/views/admin/reports/show.blade.php index fab2346e..521c88ce 100644 --- a/resources/views/admin/reports/show.blade.php +++ b/resources/views/admin/reports/show.blade.php @@ -1,4 +1,4 @@ -@extends('admin.partial.template') +@extends('admin.partial.template-full') @section('section')