@extends('layouts.app') @section('title', 'Contact Us') @section('content') @include('layouts.contact', ['contacts' => $contacts]) @endsection