@extends('layouts.back-end.app-seller')
@section('title', translate('shop_view'))
@section('content')
{{translate('shop_info')}}
@include('vendor-views.shop.inline-menu')
@if ($minimumOrderAmountStatus && $minimumOrderAmountByVendor)
@endif
@if ($freeDeliveryStatus && $freeDeliveryResponsibility == 'seller')
@endif
@endsection