From 883e8786e0ad0a0ecd01b431ccfe05a789e75beb Mon Sep 17 00:00:00 2001 From: "B.Fatih KOZ" <74361521+FatihKoz@users.noreply.github.com> Date: Sun, 6 Dec 2020 04:27:03 +0300 Subject: [PATCH] Formatting on admin pirep page #952 * Fix For Issue #952 / Admin Pirep Display Removed unnecessary div tags to fix the broken display problem, defined the div class with a php code * Fix and Update for Admin Pirep Index Fixed the page width problem and search error , added the ability to also search for Rejected and Accepted pireps. --- resources/views/admin/pireps/index.blade.php | 20 +-- .../views/admin/pireps/pirep_card.blade.php | 150 ++++++++---------- 2 files changed, 76 insertions(+), 94 deletions(-) diff --git a/resources/views/admin/pireps/index.blade.php b/resources/views/admin/pireps/index.blade.php index 10c57217..292bd917 100644 --- a/resources/views/admin/pireps/index.blade.php +++ b/resources/views/admin/pireps/index.blade.php @@ -2,16 +2,18 @@ @section('title', 'Pilot Reports') @section('actions') -