@extends('layouts.front-end.app') @section('title', translate('vendor_Apply')) @push('css_or_js') @endpush @section('content')
@csrf
@include('web-views.seller-view.auth.partial.why-with-us') @include('web-views.seller-view.auth.partial.business-process') @include('web-views.seller-view.auth.partial.download-app') @include('web-views.seller-view.auth.partial.faq')
@include('web-views.seller-view.auth.partial.vendor-information-form')
@endsection @push('script') @if($web_config['recaptcha']['status'] == '1') @endif @endpush