@php use Illuminate\Support\Facades\Session; @endphp @extends('layouts.back-end.app') @section('title', $seller?->shop->name ?? translate("shop_name_not_found")) @section('content') @php($direction =Session::get('direction'))

{{translate('vendor_details')}}

@if ($seller->status=="pending")

{{translate('vendor_request_for_open_a_shop')}}.

@csrf
@csrf
@endif
@csrf
{{translate('sales_commission').' '.':'}}
{{translate('if_sales_commission_is_disabled_here_the_system_default_commission_will_be_applied')}}.
@csrf
{{translate('GST_Number').':'}}
{{translate('if_GST_number_is_disabled_here_it_will_not_show_in_invoice')}}.
{{translate('vendor_POS')}}
@csrf
{{translate('vendor_POS_permission')}}
@endsection