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

{{ $cscis->links('vendor.pagination.custom1') }}

@forelse ($cscis as $csci) @php $courseDetail = DB::table('course_details')->where('course_sub_category_item_id', $csci->id)->first(); @endphp @empty
No courses found with your search.
@endforelse
{{ $cscis->appends(['search' => $searched_value])->links('vendor.pagination.custom') }}
@endsection