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