@extends(homePageLayout()) @section('title') {{ __('Refund & Cancellation Policy') }} @endsection @section('content')
{!! $setting['refund_cancellation'] !!}
@endsection