You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
982 B
27 lines
982 B
@extends('layouts.landing.app-v2')
|
|
@section('shipping_policy','active')
|
|
@section('title', translate('messages.Shipping_policy'))
|
|
|
|
@section('content')
|
|
|
|
<!-- Page Header Gap -->
|
|
<div class="h-148px"></div>
|
|
<!-- Page Header Gap -->
|
|
|
|
<!-- ======= Privacy Section ======= -->
|
|
<section class="privacy-section">
|
|
<div class="container">
|
|
<div class="section-wrapper">
|
|
<div class="section-wrapper-inner">
|
|
<div class="section-header mw-100">
|
|
<h2 class="title"> <span class="text-base">{{translate('messages.Shipping_policy')}}</span></h2>
|
|
</div>
|
|
<div class="about--content">
|
|
{!! $data['data'] !!}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- ======= Privacy Section ======= -->
|
|
@endsection
|
|
|