@extends('templates.app')
@section('content')
@include('templates.navbar')
Company Specific Courses
@foreach ($companies as $company)
{{ Str::limit($company->heading,20) }}
{!! Str::words($company->small_description,10) !!}
Read More
@endforeach
@endsection