@extends('web.layouts.app') @section('title') {{companyName()}} {{$service->meta_title}} @endsection @section('meta_description') @endsection @section('css') @endsection @section('content') @include('web.module.service.left') @include('web.module.service.right') @endsection @section('js') @endsection