@extends('user.layouts.app') @section('body_class', 'policy-page') @section('content')

Payment, Refund & Cancellation Policies

@foreach($payment_policy as $pay)
{!! $pay->section_title !!}
{!! $pay->section_description !!} @endforeach
@endsection @section('footer') @endsection @push('scripts') @endpush