@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)

{{$service->title}}

{{str_limit($service->short_description, 110)}}

@endforeach
@endsection @section('js') @endsection