@extends('site.layouts.master') @section('content')

@lang('site.Get in touch')

@lang('site.For any inquiries, or just to say hello, get in touch and contact us.')

@if(isset($y))
{{ $y }}
@endif
@csrf
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endsection