@extends('layouts.back-end.app') @section('title', translate('add_new_Vendor')) @push('css_or_js') @endpush @section('content')

{{ translate('add_new_Vendor') }}

@csrf
{{ translate('vendor_information') }}
{{translate('banner_image')}}
{{translate('vendor_Image')}} ({{translate('ratio')}} {{translate('1')}}:{{translate('1')}})
{{translate('account_information')}}
{{translate('repeat_password_not_match').'.'}}
{{translate('shop_information')}}
{{translate('shop_logo')}} ({{translate('ratio').' '.'1:1'}})
{{translate('banner_image')}}
{{translate('shop_banner')}} {{ THEME_RATIO[theme_root_path()]['Store cover Image'] }}
@if(theme_root_path() == "theme_aster")
{{translate('banner_image')}}
{{translate('shop_secondary_banner')}} {{ THEME_RATIO[theme_root_path()]['Store Banner Image'] }}
@endif
@endsection @push('script') @endpush