@extends('layouts.app') @section('css') @endsection @section('meta_title'){{$data->meta_title}}@endsection @section('meta_desc'){{$data->meta_description}}@endsection @section('meta_author'){{"Author"}}@endsection @section('meta_keyword'){{"Keyword"}}@endsection @section('canonical'){{url()->current()}}@endsection @section('content')
@if($data->id === 1) @livewire('about') @elseif($data->id === 14)

@lang('layout.events-title1')

@lang('layout.events-text')

@lang('layout.events-title2')

@lang('layout.events-text2')

@elseif($data->id === 13)

Fişekhane / İstanbul

Moskova / Rusya

@elseif($data->id === 12) @livewire('menu') @elseif($data->id === 16)
@endif @livewire('contact') @section('js') @endsection @endsection