@php if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } $buttonColors = ['primary','secondary','warning','danger']; @endphp @push('styles_top') @endpush
{{ csrf_field() }}
@if(!empty(getGeneralSettings('content_translate')))
@error('locale')
{{ $message }}
@enderror
@else @endif
{{ trans('update.buttons') }}
@if(!empty($itemValue) and !empty($itemValue['mobile_app_buttons'])) @foreach($itemValue['mobile_app_buttons'] as $mobileAppButtonsKey => $mobileAppButtonsValue)
@endforeach @endif
@push('scripts_bottom') @endpush