@extends('admin.layouts.master-soyuz') @section('title','All Commission List') @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Commission List') }} @endslot @slot('menu1') {{ __('Commission List') }} @endslot @slot('button')
@endslot @endcomponentID | Category | Rate | Type | Status | Action |
---|---|---|---|---|---|
{{$i++}} | {{$commission->category['title']}} | {{$commission->rate}} | @if($commission->type == 'p') {{'Percentage'}} @else($commission->type == 'f') {{'Fix Amount'}} @endif |
Delete{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}}? {{ __('This process cannot be undone.')}} |
Do you really want to delete this commission? This process cannot be undone.