@extends('admin.layouts.master-soyuz') @section('title',__('Edit Commision Setting')) @section('body') @include('admin.layouts.topbar',$data)
@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 --}}