@extends('layouts.front') @section('page_title', $category->name . ' | ' ) @php $url = URL::current(); $urls = explode('/', $url); $lasturl = end($urls); @endphp @section('extra_js') @endsection @section('main_content')
@foreach($category->SubCategory->all() as $sub_category) @if($sub_category->slug == $lasturl)

{{ $sub_category->name }}

@endif @endforeach
@if($sub_cat_post) @else

দু:খিত! কোন সংবাদ পাওয়া যায় নি...

@endif

@if($sub_cat_post_six) @foreach($sub_cat_post_six as $post) @endforeach @endif
{{--

সব খবর

--}}
@endsection