@extends('layouts.app') @section('css') @endsection @section('meta_title'){{"İletişim"}}@endsection @section('meta_desc'){{"İletişim"}}@endsection @section('meta_author'){{"İletişim"}}@endsection @section('meta_keyword'){{"İletişim"}}@endsection @section('canonical'){{url()->current()}}@endsection @section('content')
{{-- @livewire('about')--}} @livewire('contact') @section('js') @endsection @endsection