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