@extends('layout.admin.app') @section('title', __('global.edit').': '.$row->translation->title) @section('breadcrumb') @endsection @section('content')
@csrf {{ method_field('PUT') }}
{{url('version')}}/
{{-- --}}
created_at,0,10)) }}" />
@foreach($row->translations as $val)
locale] ?? $val->title }}" />

locale] ?? $val->tags }}" class="tag_{{$val->locale}}" placeholder="{{ __('global.version.news_tags') }}" />
@endforeach
{{-- End Row --}}
@endsection @section('style') @endsection @section('script') @endsection