@extends('layouts.back-end.app') @section('title','Seller Information') @push('css_or_js') @endpush @section('content')

{{trans('messages.sales')}} {{trans('messages.comission')}} {{trans('messages.Informations')}}

@php($commission=\App\Models\BusinessSetting::where('type','sales_commission')->first())
Sales Commission
@csrf
@php($seller_registration=\App\Models\BusinessSetting::where('type','seller_registration')->first()->value)
Seller Registration
@csrf

@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