diff --git a/resources/views/pages/terms-and-privacy/show.blade.php b/resources/views/pages/terms-and-privacy/show.blade.php index d3c1761..7f8f625 100644 --- a/resources/views/pages/terms-and-privacy/show.blade.php +++ b/resources/views/pages/terms-and-privacy/show.blade.php @@ -3,29 +3,43 @@ @section('page_title', 'View Terms or Privacy') @section('content') -
-

View Terms or Privacy

- @if (session('success')) - - @endif - @if (session('error')) - - @endif - +
+
+
+
View Terms or Privacy
+
-
{{ $item['title'] }}
-

Details: {{ $item['details'] }}

-

Type: {{ $item['type'] }}

- Back - Edit + @if (session('success')) + + @endif + @if (session('error')) + + @endif +
+ + +
+
+ + +
+
+ + +
+
+ Back + Edit +
+
@endsection \ No newline at end of file