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