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

{{translate('edit_shop_info')}}

{{translate('edit_shop_info')}}
{{ translate('back') }}
@csrf
{{translate('image')}}
{{ THEME_RATIO[theme_root_path()]['Store cover Image'] }}
{{translate('banner_image')}}
@if(theme_root_path() == "theme_aster")
{{translate('ratio').' '.'( 6:1 )'}}
{{translate('banner_image')}}
@endif @if(theme_root_path() == "theme_fashion")
{{translate('ratio').' '.'( 7:1 )'}}
{{translate('banner_image')}}
@endif
{{translate('cancel')}}
@endsection @push('script') @endpush