@extends('admin.master') @section('title',@trans('All Deleted Categories')) @section('content')
| # | @trans('Title') | @trans('Status') | @trans('Settings') |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->trans->where('locale', $current_lang)->first()->title }} | @if ($item->status == 1) @trans('Active') @else @trans('Inactive') @endif |
|
| @trans('No Categories found') | |||