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