{{-- {{ dd(old('typeoforg')) }} --}} @extends('layouts.home') @section('styles') @endsection @section('body') Contact {{(session()->get("error"))}} @if (session('success')) {{(session()->get("success"))}} @endif @csrf {{ $errors->first('orgname') }} {{ $errors->first('country') }} Select Contact Reason Request Demo General Inquiry {{-- Pilot-Africa --}} Quote Request {{-- Collaboration Request General Inquiry --}} {{ $errors->first('contact_reason') }} Type of Organization Consulting Project Management Organization Contractor Project Owner Quantity Surveyor Other {{ $errors->first('typeoforg') }} Number of users Single User Multiple Users {{ $errors->first('numberusers') }} {{ $errors->first('orgwebsite') }} {{ $errors->first('contactname') }} {{ $errors->first('email') }} {{ $errors->first('phone') }} {{ old('message') }} {{ $errors->first('message') }} {{-- What is {{ $sum['a'] }} added to {{ $sum['b'] }} {{ $errors->first('sum') }} --}} {{-- --}} Send Message {{-- Submit --}} {{-- info@rapisurv.com --}} @endsection