@extends('admin.master') @section('title', @trans('ivory products')) @section('content')

@trans('ivory products')

@csrf

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

@error('link') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
@endsection