@extends('web.layouts.app') @section('title') {{companyName()}} @endsection @section('meta_description')@endsection @section('css') @endsection @section('content') Our Services Our Best Services @foreach($services as $service) View Details {{$service->title}} {{str_limit($service->short_description, 110)}} @endforeach @endsection @section('js') @endsection
Our Best Services
{{str_limit($service->short_description, 110)}}