@section('seo') @include('layouts._front_includes._seo', ['seo' => $page->seo]) @endsection @extends('layouts.frontend_master') @section('content') @php isset($page->short_description) ? $page->short_description : ($page->short_description = ''); @endphp @include('web._partials.page-banner', ['short_description' => $page->short_description])

{!! $page->description !!}

Services that we Provide

Try a variety of benefits when using our services

@foreach ($services as $service) @endforeach
@endsection