@extends('frontend.frontend-page-master') @section('site-title') {{__('Category:')}} {{$category->lang_front->title}} @endsection @section('page-title') {{__('Category:')}} {{$category->lang_front->title}} @endsection @section('content') @php $a=1; @endphp @forelse($all_courses as $data) @php if($a == 4){ $a=1;}else{$a++;} @endphp @empty {{__('nothing found')}} {{$search_term}} @endforelse {{$all_courses->links()}} @endsection @section('scripts') @endsection