@extends('vendor.site-bases.admin.inc.layout') @section('title', 'საკონტაქტო ინფორმაცია') @section('content') @include('vendor.site-bases.admin.inc.message')

საკონტაქტო ინფორმაცია

@csrf
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach
@if (!is_null(config('kakhura.site-bases.contact_socials')) && is_array(config('kakhura.site-bases.contact_socials'))) @foreach (config('kakhura.site-bases.contact_socials') as $social)
@endforeach @endif
@endsection @section('style') @endsection @section('script') @endsection @section('js') @endsection