@extends('frontend.layouts.app') @section('title', 'Services') @section('content') @include('frontend.sections.page-banner',[ 'title' => 'Our Services', 'subtitle' => 'Delivering exceptional catering services and unforgettable events with passion, quality, and professionalism.' ]) @include('frontend.sections.services') @endsection