@extends('layouts.guest') @section('content')

{{ $policyTitle }}

@lang('app.back')

{{ $restaurant->name }} - @lang('app.lastUpdated'): {{ $restaurant->updated_at->format('F j, Y') }}

{!! nl2br(e($policyContent)) !!}
@if($restaurant->terms_and_conditions && $policyType !== 'terms') @lang('modules.settings.termsAndConditions') @endif @if($restaurant->privacy_policy && $policyType !== 'privacy') @lang('modules.settings.privacyPolicy') @endif @if($restaurant->refund_policy && $policyType !== 'refund') @lang('modules.settings.refundPolicy') @endif
@endsection