@extends('layout.admin.app') @section('title', __('global.edit').': '.$row->translation->title) @section('breadcrumb') @endsection @section('content')
@csrf {{ method_field('PUT') }}
{{url('MEJEELP-magazine/blog')}}/
promo_url) }}" />
number) }}" />
created_at,0,10)) ?? date('Y-m-d') }}" />
@foreach($row->translations as $val)
locale] ?? $val->title }}" />
locale] ?? $val->writer }}" />

locale] ?? $val->tags }}" class="tag_{{$val->locale}}" placeholder="{{ __('global.version.news_tags') }}" />
@for ($i = 1; $i < 10; $i++) @php $title = "title_".$i; $content = "content_".$i; @endphp
locale] ?? $val->$title }}" class="form-control" />
@endfor
@endforeach
{{-- End Row --}}
@endsection @section('style') @endsection @section('script') {{-- --}} @endsection