@extends('layouts.back-end.app') @section('title',$seller->shop ? $seller->shop->name : \App\CPU\translate("shop name not found")) @push('css_or_js') @endpush @section('content')

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

{{\App\CPU\translate('Back_to_seller_list')}}
@if ($seller->status=="pending")

{{\App\CPU\translate('Seller request for open a shop')}}.

@csrf
@csrf
@endif
@csrf
{{\App\CPU\translate('Sales Commission')}} :
{{\App\CPU\translate('If sales commission is disabled here, the system default commission will be applied')}}.
@csrf
{{\App\CPU\translate('GST Number')}} :
{{\App\CPU\translate('If GST number is disabled here, it will not show in invoice')}}.
{{\App\CPU\translate('Seller POS')}}
@csrf
@endsection @push('script') @endpush