@extends('layouts.back-end.app')
@section('title', \App\CPU\translate('Seller Information'))
@push('css_or_js')
@endpush
@section('content')
{{\App\CPU\translate('sales')}} {{\App\CPU\translate('comission')}} {{\App\CPU\translate('Informations')}}
@php($commission=\App\Model\BusinessSetting::where('type','sales_commission')->first())
@php($seller_registration=\App\Model\BusinessSetting::where('type','seller_registration')->first()->value)
@php($seller_pos=\App\Model\BusinessSetting::where('type','seller_pos')->first()->value)
@php($business_mode=\App\CPU\Helpers::get_business_settings('business_mode'))
@php($new_product_approval=\App\CPU\Helpers::get_business_settings('new_product_approval'))
@php($product_wise_shipping_cost_approval=\App\CPU\Helpers::get_business_settings('product_wise_shipping_cost_approval'))
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'company-web-Logo'])
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'company-mobile-Logo'])
@include('shared-partials.image-process._image-crop-modal', ['modal_id'=>'company-footer-Logo'])
@include('shared-partials.image-process._image-crop-modal', ['modal_id'=>'company-fav-icon'])
@endsection
@push('script')
@include('shared-partials.image-process._script',[
'id'=>'company-web-Logo',
'height'=>200,
'width'=>784,
'multi_image'=>false,
'route'=>route('image-upload')
])
@include('shared-partials.image-process._script',[
'id'=> 'company-footer-Logo',
'height'=>200,
'width'=>784,
'multi_image'=>false,
'route' => route('image-upload')
])
@include('shared-partials.image-process._script',[
'id'=> 'company-fav-icon',
'height'=>100,
'width'=>100,
'multi_image'=>false,
'route' => route('image-upload')
])
@include('shared-partials.image-process._script',[
'id'=>'company-mobile-Logo',
'height'=>200,
'width'=>784,
'multi_image'=>false,
'route'=>route('image-upload')
])
@endpush