@extends('dashboard.inc.layout') @section('title', $item->details[config("cms.default_lang")]->first()->title ) @section('content')

{{ $item->details[config("cms.default_lang")]->first()->title }}

უკან დაბრუნება
@include('dashboard.inc.message') @include('dashboard.inc.errors')
{{ csrf_field() }}
@foreach(LaravelLocalization::getLocalesOrder() as $_key => $_lang)
@endforeach
@if($item->img)
ატვირთული სურათი
სურათის წაშლა
@endif

@stop