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

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