@extends('layouts.app') @section('content') Home @foreach($sub_categories as $c) @if($c->image) @else @endif {{ $c->name }} {{ substr($c->short_description, 0, 120) }} Shop {{ $c->name }} @endforeach at Amazing Prices @endsection
{{ substr($c->short_description, 0, 120) }}