@extends('layouts.app') @section('title', 'Services | IBS') @section('description', 'Explore the comprehensive plumbing and general contracting services offered by International Building Services LLC, including commercial plumbing, home remodeling, and new construction.') @section('content')
@foreach ($services as $index => $service) {{ $service->title }}

{{ $service->title }}

{{ $service->description }}

@endforeach
@endsection