@extends('layouts.app') @section('content')

Auto Translate Settings
@csrf
@error('auto_translate_on_create')
{{ $message }}
@enderror
Auto translate content when a new record is created.
@error('auto_translate_on_update')
{{ $message }}
@enderror
Auto translate content when a record is updated.
@error('default_translation_locale')
{{ $message }}
@enderror
@if($languages->isEmpty()) No language codes found in language table. @else Locale language table se select karke save hoga. @endif
Back
@endsection