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

@trans('ivory services')

@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