@extends('frontend.layouts.master') @section('title', 'RASEMCORP || CONTACTO') @section('meta-author', 'RASEMCORP') @section('meta-image', asset('frontend/assets/img/rasemcorp-fav.png')) @section('meta-url', url()->current()) @section('meta-type', 'website') @section('meta-robots', 'index, follow') @section('main-content')

Contacto

Visitanos en nuestras oficinas

@php $data = DB::table('settings')->first(); @endphp

DIRECCIÓN

@if (!empty($data->address))

{{ $data->address }}

@endif

Llámanos

@if (!empty($data->phone))

Phone: {{ $data->phone }}

@endif

Email

@if (!empty($data->email))

Email: {{ $data->email }}
jose.rabanal@rasemcorp.com

@endif
Loading
Tu mensaje ha sido enviado. ¡Gracias!
@endsection @push('styles') @endpush @push('scripts') @endpush