@extends('layouts.app') @section('title') {{ 'Connect IQ' }} @endsection @push('styles') @endpush @section('content') @include('layouts.message')
FILTER
{{--
--}}
{!! $htmlResponse !!}
@push('scripts') @endpush @endsection