@extends('site.layouts.master') @section('title') @lang('site.sell_business') @endsection @section('metatags') @endsection @section('content')

@lang('site.sell_business')

@lang('site.sell_business_quote')

@endsection @section('sell_business_content') @php $seo = SEO\Models\Page::where('path', URL::full())->first(); @endphp @if ($seo != null) @php if (LaravelLocalization::getCurrentLocale() == 'ar') { $contentTop = $seo->content_top_ar; } else { $contentTop = $seo->content_top; } @endphp @if (isset($contentTop)) @if (!empty($contentTop)) @endif @endif @endif

@lang('site.sell_business_t')

@lang('site.sell_business_t_quote')

@lang('site.sell_business_t_quote2')

@lang('site.sell_your_business')

@lang('site.current_market_question')

@lang('site.current_market_question_quote')

@lang('site.enquire_now')
sell_business

@lang('site.sell_with_remax')

@lang('site.sell_with_remax_quote')

@lang('site.Our_Agents')

@lang('site.sale_my_work')

@lang('site.sale_my_work_quote')

@lang('site.Our_Agents')
sell_business

@lang('site.get_started')

@lang('site.get_started_quote2')

@lang('site.get_started_quote3')

@lang('site.get_started_quote4')

@lang('site.get_started_quote5')

@lang('site.find_agent')

@lang('site.prepare_a_business')

@lang('site.get_free_guide')

@lang('site.sell_business_quote')

@csrf @if (session()->get('success') != null) @endif
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('business_type')
{{ $message }}
@enderror
@lang('site.Send')

@lang('site.you must sign agreement contract first') @lang('site.agreement')

@if ($seo != null) @php if (LaravelLocalization::getCurrentLocale() == 'ar') { $content = $seo->content_ar; } else { $content = $seo->content; } @endphp @if (isset($content)) @endif @endif
@endsection @section('script') @endsection