@foreach($groups as $key=> $row) {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{ $row->name }} {{-- {{ $row->mainCatName }}--}} {{-- {{ $row->subCatName }}--}} {{-- {{ $row->status ? __('groups.active') : __('groups.not_active') }}--}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} {{-- @if($row->deleted_at)--}} {{-- {{ __('dashboard.restore') }}--}} {{-- {{ __('dashboard.delete') }}--}} {{-- @else--}} {{ __('dashboard.edit') }} {{-- {{ __('dashboard.trash') }}--}} {{-- @endif--}} @endforeach @if( count( $groups ) ) {{ $groups->links() }} @endif