@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content') Contact Home Contact @csrf Submit Comment {!! $contact_work_hour !!} {!! $contact_title !!} {!! $contact_content !!} {!! setting('location') !!} {!! setting('email') !!} {!! setting('phone') !!} @endsection @section('scripts') @endsection