@extends('web.layouts.app') @section('title', __('services.seo_title')) @section('keywords', __('homepage.keywords')) @section('description', __('homepage.description')) @section('wrapper-class', 'wp-page page-full-height wide') @section('body-class', 'body-services') @section('services_active', 'active') @section('content') @include('web.layouts.header')
@endsection