From 335dace8a94d38e42d918585f9da800f2a5c582a Mon Sep 17 00:00:00 2001 From: Aqqil Azman Date: Mon, 27 May 2024 13:39:15 +0800 Subject: [PATCH] feat: added header, footer and proper styling --- resources/views/pages/package_list.blade.php | 38 +++++++++++++++----- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/resources/views/pages/package_list.blade.php b/resources/views/pages/package_list.blade.php index 9a68cd7f..face1b54 100644 --- a/resources/views/pages/package_list.blade.php +++ b/resources/views/pages/package_list.blade.php @@ -1,3 +1,4 @@ +@extends('layouts.base_portal') @@ -16,12 +17,24 @@ integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" /> + + -
- -
+ @section('inner_content')
@@ -30,7 +43,7 @@
-
+
Package ID:
AWS27897BB5
@@ -38,7 +51,7 @@
25x25x25 CM / 25KG
-
+
Delivery Address:
3-05-12, Lorem Ipsum, Magnum Opus
@@ -46,12 +59,17 @@
05/12/2026
-
+
Shipping Cost:
$6969
+
+
+ +
+
@@ -98,9 +116,9 @@ You will get grouped package at once if possible - +
-
+
+
+ @endsection