@extends('frontend.default.layouts.app') @section('title') {{$content->mainTitle}} @endsection @section('breadcrumb') {{$content->mainTitle}} @endsection @section('styles') @endsection @section('content') @include('frontend.default.partials._breadcrumb',['name'=> __('common.merchants')])
{{$content->subTitle}}
@php echo $content->Maindescription; @endphp {{__('defaultTheme.become a merchant')}} {{$content->pricing}}

{{$content->benifitTitle}}

@php echo $content->benifitDescription; @endphp
@foreach($benefitList as $key => $item)
#

{{ $item->title }}

{{$item->description}}

@endforeach

{{$content->howitworkTitle}}

@php echo $content->howitworkDescription; @endphp
@foreach($workProcessList as $key => $item)
#

{{ $item->title }}

@php echo $item->description; @endphp
@endforeach

{{$content->sellerRegistrationTitle}}

@php echo $content->sellerRegistrationDescription; @endphp
@php $total_commission = $commissions->where('status', 1)->count(); if($total_commission == 1){ $column = 'col-lg-4 offset-lg-4 col-md-6 offset-md-3'; }elseif($total_commission == 2){ $column = 'col-lg-4 offset-lg-1 col-md-6'; }else { $column = 'col-lg-4 col-md-6'; } @endphp @foreach ($commissions->where('status', 1) as $key => $commission)
@if ($commission->id == 1) {{__('defaultTheme.best value')}} @endif
{{ $commission->name }}

@if ($commission->id == 1) {{ single_price($commission->rate) }} @endif

{{ $commission->description }}

{{ __('defaultTheme.choose_plan') }}
@endforeach

{{$content->faqTitle}}

@php echo $content->faqDescription; @endphp
@foreach($faqList as $key => $item)

{{$item->description}}

@endforeach

{{ $content->queryTitle }}

@php echo $content->queryDescription @endphp
@endsection @push('scripts') @endpush