@extends('admin.master') @section('title',@trans('Edit Dependence')) @section('content')

@trans('Dependence')

@csrf @method('PUT')

@foreach ($languages as $index => $locale) {{-- title ------------------------------------------------------------------------------------- --}}
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
@if ($errors->has($locale . '.description')) {{ $errors->first($locale . '.description') }} @endif
@endforeach

@error('sort') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
@if ($dependence->image)
image
@endif
status ==1)>
@endsection