@extends('layouts.back-end.app-seller') @section('title', \App\CPU\translate('Shop view')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('Shop_Info')}}

{{\App\CPU\translate('temporary_close')}}

*{{\App\CPU\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')}}

{{\App\CPU\translate('my_shop_info')}}

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

{{\App\CPU\translate('Name')}} :

{{$shop->name}}

{{\App\CPU\translate('Phone')}} :
{{$shop->contact}}
{{\App\CPU\translate('address')}} :
{{$shop->address}}
@endsection @push('script') @endpush