@extends('website.layouts.master') @section('title', $title) @section('content') @include('website.layouts.title', ['simple'=>true])
@foreach($webServices as $webService)
@endforeach
@endsection @section('pagejs') @endsection