@extends('layouts.home_page.master') @section('title') {{ __($type ?? '') }} || @endsection @section('content')
{{ __($type ?? '') }}
@if ($type == 'privacy-policy') {!! htmlspecialchars_decode($settings['privacy_policy'] ?? '') !!} @endif @if ($type == 'terms-conditions') {!! htmlspecialchars_decode($settings['terms_condition'] ?? '') !!} @endif @if ($type == 'refund-cancellation') {!! htmlspecialchars_decode($settings['refund_cancellation'] ?? '') !!} @endif
@endsection