@extends('frontend.layouts.pages') @section('hide_header', true) @section('title', lang('Contact Us', 'contact us')) @section('content')
@include('frontend.includes.contact-form')
@endsection