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

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

@foreach ($all_categories as $cat) @endforeach

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