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

@trans('ivory services')

@csrf @method('put')

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

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