@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 @endcomponent{{ __("ID") }} | {{ __('Category') }} | {{ __('Rate') }} | {{ __("Type") }} | {{ __("Status") }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $key + 1 }} | {{$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.")}}