@extends('layouts_frontend.master') @section('title','Service') @section('content')

Our Services

{!! $site_config[0]->summary !!}

@if(!empty($services) && $services->count()) @foreach ($services as $service)

{{$service->title}}

@php $tmp = strip_tags($service->description); @endphp

{{ \Illuminate\Support\Str::limit($tmp, 300, $end='...') }}

@endforeach @endif
{!! $services->links() !!}
@endsection @section('extra-script') @endsection