@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => route('maintenance.index')])
{{csrf_field()}} {!! $form->render() !!}
@endsection {{-- Script --}} @push('scripts') @endpush