@extends(get_theme().'.components.layouts') @section('content')

{{ $title }}

@foreach ($data as $item) @include(get_theme().'.components.item_search', ['class' => 'col-6 col-md-2', 'type' => $item->media_type]) @endforeach
{!! $data->links() !!}
@endsection