@extends('home::layouts.UserLayout')
@section('title')
{{env('WEBSITE_TITLE')}} | Pixabay
@endsection
@section('discoveryActive')
active
@endsection
@section('links')
@endsection
@section('content')
{!! $html !!}
Please enter the keyword to find pixabay’s
@endsection
@section('scripts')
@endsection