first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@extends('theme::user.layouts.app')
|
||||
|
||||
|
||||
@section('content')
|
||||
<div class="flex flex-col py-20 px-10 sm:px-6 lg:px-8 min-h-screen main-wrapper terms-and-condition-page" style="background: transparent;">
|
||||
<div class="mx-auto page-title-wrapper">
|
||||
<h3 class="page-title">Privacy Policy</h3>
|
||||
</div>
|
||||
|
||||
<div class="mx-auto box-wrapper">
|
||||
{!! $siteSetting ? $siteSetting->privacy_policy : '' !!}
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user