@extends('layouts.app')
@section('head')
{{ trans('contact.contact') }} | {{ env('APP_NAME') }}
@endsection
@section('content')
{{ trans('contact.shipments') }}
{{ trans('contact.location') }}
CANCUN Q.ROO
e-Mail.
{{env('APP_EMAIL')}}
{{ trans('contact.phone') }}
+52 (998) 886 2937
{{ trans('contact.idea') }}
@if (session()->has('error'))
{{ session('error') }}
@endif
@endsection
@section('scripts')
@endsection