PATH:
home
/
rwabteecom
/
public_html
/
resources
/
views
/
front
/
Editing: refund_policy.blade.php
@extends(homePageLayout()) @section('title') {{ __('messages.vcard.refund_cancellation_policy') }} @endsection @section('content') <section class="@if(getSuperAdminSettingValue('home_page_theme') == 3) mt-4 mb-4 @else top-margin-privacy @endif"> <div class="container p-t-100 padding-top-0 @if(getSuperAdminSettingValue('home_page_theme') == 3) prose max-w-7xl @endif"> <div class="mt-100 px-2">{!! $setting['refund_cancellation'] !!}</div> </div> </section> @endsection
SAVE
CANCEL