@extends('front.template.header') @section('content')
@foreach ($services as $service)
image

{{$service->title}}

{{$service->subtitle}}

@endforeach
@endsection