@extends('admin.layouts.master-soyuz') @section('title',__('All Commission List')) @section('body') @include('admin.layouts.topbar',$data)
| {{ __("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.")}}