@extends('layouts.app') @section('content')
@lang('search.search')
@csrf
@if($results->isEmpty()) @if($query_settings['performed_search'])
@lang('search.no_results')
@endif @else @include('app.search.partials.table', ['results' => $results]) @endif
@endsection