@extends("app") @section('head_title', $search .' | '.get_buzzy_config('sitename') ) @section('head_description', $search ) @section("content")
{{ $search }}
@if(count($posts) > 0)
@include('pages.catpostloadpage')
@else @include('errors.emptycontent') @endif
@endsection