@extends('website.includes.master') @section('title') Services @endsection @section('content')
@forelse($services as $service)

{{ $service->heading }}

{!! Str::limit($service->about,100) !!}

@empty @endforelse
@endsection