@extends('front_office.layouts.app') @section('content')
@include('front_office.header.nav')

Refund policy

@if($refund_policy)

Last modified: {{ date('d-M-y', strtotime($refund_policy->updated_at)) }}

@endif
@if($refund_policy)

{!! $refund_policy->value !!}

@endif
@endsection