@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.contact.box_title')) @section('content') {{ html()->form('POST', route('frontend.contact.send'))->open() }}