@extends('frontend.layout') @section('title') {{ $query }} @endsection @push('css') @endpush @section('content')

{{ $posts->count() }} Results for {{ $query }}

{{--{{ $posts->links() }}--}}
@endsection @push('js') @endpush