JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "reply.blade.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/admin/contact/reply.blade.php
File size: 471 bytes
MIME-type: text/plain
Charset: utf-8
<form action="{{ route('admin.reply') }}" method="post">
@csrf
<input type="hidden" name="send_to" value="{{ $user_id }}">
<input type="hidden" name="subject" value="{{ get_phrase('Send reply') }}">
<div class="fpb-7 mb-3">
<textarea class="form-control ol-form-control" name="reply_message" rows="10"></textarea>
</div>
<div>
<button type="submit" class="ol-btn-primary">{{ get_phrase('Send reply') }}</button>
</div>
</form>