{{-- {{ 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') }}
{{ $errors->first('contact_reason') }}
{{ $errors->first('typeoforg') }}
{{ $errors->first('numberusers') }}
{{ $errors->first('orgwebsite') }}
{{ $errors->first('contactname') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('message') }}

{{--
What is {{ $sum['a'] }} added to {{ $sum['b'] }}
{{ $errors->first('sum') }}
--}}

{{--
--}} {{-- --}}


@endsection