@extends('layout.layout') {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => route('site.area.index', $site)])
{{csrf_field()}} {!! $form->render() !!}
@endsection