@extends('site.master') @section('title', $requested_category->title) @section('main-content')

@lang('language.' . $requested_category->slug)

{{--
--}}
@foreach ($requested_posts as $post)
{{ \Carbon\Carbon::parse($post->published_date)->format('d') }}
{{ \Carbon\Carbon::parse($post->published_date)->format('M Y') }}
{{ $post->title }}
काउन्सेलर (श्रम) तथा श्रम {!! $post->description !!}
@endforeach
{{ $requested_posts->links() }}
@endsection