@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
{{--
--}}
{{ csrf_field() }}
@endsection @section('scripts') @endsection