@extends('layouts.back-end.app') @section('title', translate('inhouse_shop')) @section('content')

{{ translate('business_Setup') }}

@csrf
{{ translate('temporary_close') }}

*{{ translate('by_turning_on_the') }} "{{ translate('temporary_Close') }}” {{ translate('button_admin_can_pause_his_shop_activities_and_his_shop_will_be_shown_as') }} "{{ translate('temporary_Close') }}” {{ translate('in_the_system') }} . {{ translate('Customers_will_not_be_able_to_order_or_purchase_from_his_shop') }}

{{ translate('shop_details') }}

{{ translate('created_at') }} {{ date('d M, Y', strtotime($admin['updated_at']) ) }}

{{ translate('back') }}
@csrf
{{ translate('shop_cover_image') }} {{ THEME_RATIO[theme_root_path()]['Store cover Image'] }}
@if(theme_root_path() == "theme_aster")
{{translate('banner_image')}}
{{ translate('secondary_banner') }} {{ THEME_RATIO[theme_root_path()]['Store Banner Image'] }}
@endif @if(theme_root_path() == "theme_fashion")
{{ translate('offer_banner') }} ({{ translate('ratio').' '.'(7:1)' }})
@endif
@endsection