@extends('admin.layouts.master-soyuz') @section('title',__('All RMA Reasons | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('All RMA Reasons') }} @endslot @slot('menu1') {{ __("All RMA Reasons") }} @endslot @slot('button')
@endslot @endcomponent{{ $error}}
@endforeach{{ __('#') }} | {{ __('Reason') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $item->reason }} |
{{ $item->status == 1 ? __("Active") : __("Deactive") }} |