@extends('frontend.layouts.app') @if ($search) @section('title', ucwords($search) . ' ' . '-' . ' ' . $setting->bname) @elseif ($category) @section('title', ucwords($category) . ' ' . '-' . ' ' . $setting->site_title) @else @section('title', 'Courses' . ' ' . '-' . ' ' . $setting->site_title) @endif @section('description', $setting->site_description) @section('keywords', $setting->site_keywords) @section('content')
{{ Str::limit($service->excerpt, 140) }}
{{ Str::limit($course->excerpt, 140) }}