@extends('layouts.home') @section('styles') @endsection @section('body')

Contact

{{-- {{dd(session()->all())}} --}}
{{ $errors->first('general') }}
@if (session('success'))
{{ session('success') }}
@endif
@csrf
{{ $errors->first('email') }}
{{-- --}}
@endsection