@extends('layouts.app') @section('title', __('contact.title')) @section('content')

{{ __('contact.contact') }}

{{ __('contact.boat_repair') }}

{{ __('contact.repair_appointment') }}

{{ __('contact.send_message') }}

{{ __('contact.boat_rental') }}

{{ __('contact.rental_request') }}

{{ __('contact.send_message') }}

{{ __('contact.contact_us') }}

@csrf
{{ __('contact.enter_name') }}
{{ __('contact.enter_phone') }}
{{ __('contact.enter_email') }}

{{ __('contact.our_address') }}

  • {{ __('contact.blanquefort_address') }}
  • (406) 555-0120
  • {{ __('contact.weekdays') }} : 9:00 - 22:00
    {{ __('contact.weekends') }} : 9:00 - 20:00
@endsection