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