@extends('blog::_layouts.master') @section('title', __('messages.global.contact_author')) @section('content') {{-- Header --}} {{ __('messages.global.contact_author') }} {{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#f7fafc']) {{-- Content --}} {{-- Report --}} @include('reports::_partials/report', ['report' => $report]) {{-- Form --}} {{-- CSRF --}} @csrf {{-- Comment Field --}} {{ __('messages.global.comment') }} {{ old('comment') }} 0 / 1000 @if ($errors->has('comment')) {{ $errors->first('comment') }} @endif {{-- Submit Button --}} {{ __('messages.global.submit') }} {{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#f7fafc']) @endsection @section('js') {{-- Counter for comment textarea --}} @endsection
{{ $errors->first('comment') }}