@extends('layouts.front_end') @section('title', 'Return policy') @section('content')
@if($companyInfo) {!! $companyInfo->return_policy !!} @endif
@endsection