@section('page-title', $categorylist->title) {{-- @section('page-description', $detail->description) --}} @section('page-image', $categorylist->image) @extends('site.master') @section('main-content') @php $currentlang = app()->getLocale(); @endphp

{{ $categorylist->title ?? '' }}

{{$list}}
@if ($list->isNotEmpty())
    @forelse ($list as $key => $item)
  • @if ($key <= 3) @else @endif
    {{ $item->title }} @isset($item->published_date)
    {{ getNepaliDate($item->published_date) }}
    @endisset
  • @empty

    No items found.

    @endforelse
{{ $list->links() }} @else

No Data Available

@endif
@endsection @push('scripts') @endpush