@extends('admin/layout/app') @section('content')

{{__('lang.admin_dashboard')}} / {{__('lang.admin_short_video')}} {{__('lang.admin_list')}} / {{__('lang.admin_translation')}} @if($detail->type=='post') {{__('lang.admin_short_video')}} @else {{ucfirst($detail->type)}} @endif

@csrf @php $i = 0; @endphp @foreach($languages as $row) @if($row->details)
@if(setting('chat_gpt_api_key')!='') @else @endif @if(setting('google_translation_api_key')!='') @else {{__('lang.google_translate')}} @endif
@php $i++; @endphp @endif @endforeach
{{__('lang.admin_button_back')}}
@endsection