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

{{translate('shop_info')}}

@include('vendor-views.shop.inline-menu')
@csrf
{{translate('temporary_close')}}

{{'*'.translate('by_turning_on_temporary_close_mode_your_shop_will_be_shown_as_temporary_off_in_the_website_and_app_for_the_customers._they_cannot_purchase_or_place_order_from_your_shop')}}

{{translate('my_shop_info')}}

{{translate('edit')}}
@if($shop->image=='def.png')
@else
@endif

{{translate('name').' '.':'}}

{{$shop->name}}

{{translate('phone').' '.':'}}
{{$shop->contact}}
{{translate('address').' '.':'}}
{{$shop->address}}
@endsection