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

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

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

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