@extends('layouts.web') @section('title', 'Contact Us - Chaupal Foundation') @section('content')

Contact Us

Contact Information

Address: 198 West 21th Street, Suite 721 New York NY 10016

Website yoursite.com

Do you have any questions?

@if (isset($errors) && count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
@push('styles') {{-- --}} @endpush @push('scripts') {{-- --}} @endpush