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

B 2 B Policy

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