@extends('front.layout.master') @section('meta_tags') Get the answers about Shipping, Delivery, Return, and Exchange Policy @endsection @section('body')

{{ __('staticwords.AllFAQs') }}

@foreach ($faqs as $key => $faq)
{{ ucfirst($faq->ans) }}
@endforeach
@endsection