@section('title',__('marketplace::home.Merchant |') . __('marketplace::home.Terms & Conditions')) @push('css') @endpush @if(LaravelLocalization::getCurrentLocale() == 'en') @elseif(LaravelLocalization::getCurrentLocale() == 'ar') @endif @include('marketplace::layout.head')
EN
العربية
@lang('marketplace::home.Terms & Conditions')
@if(LaravelLocalization::getCurrentLocale() == "ar") {!! $terms->terms_conditions_ar !!} @elseif(LaravelLocalization::getCurrentLocale() == "en") {!! $terms->terms_conditions_en !!} @endif