@extends('website.layouts.app') @section('content')

WRITE US A MESSAGE

@csrf @if ($errors->any()) @endif
@if (Session::has('status') || $errors->any()) @endif @endsection