@extends('Dashboard.layouts.master') @section('title', 'Contacts | Update') @section('css') @endsection @section('content')
@csrf @method('POST')

@foreach ($translations as $key => $language)

@error('contact_infos.'. $language->code . '.image') {{ $errors->first('contact_infos.'. $language->code . '.image') }} @enderror
@endforeach
@endsection @section('scripts') @endsection