@extends('themes.'.config('site_settings.themes_dir').'.layouts.master') @section('title') Arama Sonuçları Sayfası @endsection @section('canonical', url()->current()) @section('content')

Arama Sonuçları

@if($count == 0 )

Aramanızla ilgili hiçbir sonuç bulunamadı...
@endif @if($count != 0)
Aramanızla ilgili {{$count}} sonuç bulunmuştur:
@foreach($results as $result) @endforeach
@endif
@include('/themes.'.config('site_settings.themes_dir').'.layouts.partials.technical_form') @endsection