@extends('frontend.components.layout') @section('title') Refund Policy @endsection @section('topmenu') @include('frontend.components.topmenu') @endsection @push('css') @endpush @section('content')

Refund Policy

    @foreach ($terms as $item)
  1. {{ $item->rdetails }}
  2. @endforeach
@endsection @push('js') @endpush