@extends('vendor.site-bases.admin.inc.layout') @section('title', $news->detail()->where('locale', config('kakhura.site-bases.admin_editors_default_locale'))->first()->title) @section('content') @include('vendor.site-bases.admin.inc.message')

{{ $news->detail()->where('locale', config('kakhura.site-bases.admin_editors_default_locale'))->first()->title }}

@csrf
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach

@if($news->video_image)
ატვირთული სურათი
@endif
@if($news->image)
ატვირთული სურათი
@endif
@if(!empty($news->images))
ატვირთული სურათი
@foreach ($news->images as $key => $image)
სურათის წაშლა
@endforeach
@endif
@endsection @section('style') @endsection @section('script') @endsection