@extends('layout.admin.app') @section('title', __('global.edit') . ': ' . $row->translation->title) @section('breadcrumb') @endsection @section('content')
@csrf {{ method_field('PUT') }}
{{ url('magazine/blog') }}/
@foreach ($row->translations as $val)
@endforeach
{{-- End Row --}}
@endsection @section('style') @endsection @section('script') {{-- --}} @endsection