@extends('web.layouts.container') @section('header')
{{__('main.home')}} {{$servicePage->title}}
{{--

{{$servicePage->title}}

--}} {{--

{{stripText($servicePage->description)}}

--}}
@endsection @section('content')

{{__('services.our_services')}}

@if(count($services)) @foreach($services as $service) @endforeach @endif
@endsection @section('inner_js') @endsection