{{-- Extends layout --}} @extends('front.layouts.app') {{-- Content --}} @section('content')

{{ __('Lütfen gözlemlemek istediğiniz kategoriyi seçiniz')}}

@if($category)

{{ __(" :Category kategorisindeki tespitler haritada listelenmiştir.",['category'=>$category->title])}}

@endif
@endsection {{-- Styles Section --}} @section('styles') @endsection @section('scripts') @component('front.components.google_map', ['coordinates' => $coordinates??NULL, 'title' => __('Harita')]) @endcomponent @endsection