@extends('company.layout.content') @section('customTitle') {{ __('company.subscription_policy') }} @endsection @section('customBody')
{!! $companyPolicies?->content ?: ($company?->country?->arabic_subscription_policy ?: null) !!}
@lang('messages.periodic_review_of_the_agreement')
@csrf
{{ __('company.Subscription policy has been read and agreed by', ['company' => $company->name]) }}
@endsection @section('customScript') @endsection