@extends('layouts.user') @section('title', 'Contact Us - StarHela') @section('page-title', 'Contact Us') @section('breadcrumb-current', 'Contact Us') @section('content')
Contact Us
@if(session('success'))
{{ session('success') }}
@endif

Contact Us content will be displayed here.

@endsection