@extends('admin.layouts.master-soyuz') @section('title','Edit Commision Setting') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Commision Setting") }} @endslot @slot('menu2') {{ __("Edit Commision Setting") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
Edit Commision Setting
{{csrf_field()}} {{ method_field('PUT') }}
(Please Choose Comission Type)
type == 'c') class="display-none" @endif > (Please Choose Price Type)
type == 'c') class="display-none" @endif>
@endsection {{-- @extends("admin/layouts.master-soyuz") @section('title','Commision Setting') @section("body")

Edit Commision Setting


{{csrf_field()}} {{ method_field('PUT') }}
(Please Choose Commission Type )
type == 'c') class="display-none" @endif >
(Please Choose Price Type)
type == 'c') class="display-none" @endif>
@endsection --}} @section('custom-script') @endsection