{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@if($errors->any())
Success! Message has been sent.
@endif

Send email to the carrier

@csrf
@endsection