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