@extends('layouts.frontend-master') @section('title', 'All Industries') @section('content') All Industries Home All Industries @foreach($all_industries as $industry) {{ str_limit($industry->short_name, 40) }} {!! str_limit($industry->title, 100) !!} @endforeach @endsection
{!! str_limit($industry->title, 100) !!}