@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('edit_shop') }}

{{ getWebConfig(name: 'company_name' ) }} {{ translate('shop') }}

{{ translate('visit_website') }}
@if ($minimumOrderAmountStatus || $free_delivery_status)
@csrf
{{ translate('shop_settings') }}
@if ($minimumOrderAmountStatus)
@endif @if($freeDeliveryStatus)
@endif
@endif
@endsection