@can('rent-list.status') @if($history->status == 0) @if($history->type == 'offline'){{__('approve')}}@else{{ __('active') }}@endif @elseif($history->status == 1) {{ __('inactive') }} @endif @endcan