@extends('site.pages.build') @section('title',__('dil.arama')) @push('css') @endpush @section('content')
{{ __('dil.arama') }}
@foreach($products as $product) @endforeach @foreach($services as $service) @endforeach @foreach($blogs as $blog) @endforeach
@endsection