@extends('layouts.app') @section('title', 'Global Arama') @section('page-title', 'Global Arama') @section('content')
@if($history->count() > 0) @endif
@if(!empty($query))
@if(empty($results))

Sonuç bulunamadı

"{{ $query }}" için arama sonucu bulunamadı.

@else @foreach($results as $type => $result) @endforeach @endif
@else

Arama yapın

Yukarıdaki arama kutusuna bir terim girin ve tüm sistemde arama yapın.

@endif
@push('scripts') @endpush @endsection