@extends('admin.layout') @section('content')

Subcategory List

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($listingSubCategories)>0) @foreach ($listingSubCategories as $key=>$categories) @if($categories->language_id == '1') @endif @endforeach @else @endif
{{ trans('labels.ID') }} {{ trans('labels.Name') }} {{ trans('labels.Image') }} {{ trans('labels.MainCategory') }} {{ trans('labels.AddedLastModifiedDate') }} {{ trans('labels.Action') }}
{{ $categories->subId }} {{ $categories->subCategoryName }} {{ $categories->mainCategoryName }} {{ trans('labels.AddedDate') }}: {{ $categories->date_added }}
{{ trans('labels.ModifiedDate') }}: {{ $categories->last_modified }}
{{ trans('labels.NoRecordFound') }}
{{$listingSubCategories->links()}}
@endsection