@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

@php $basicValue = !empty($setting) ? $setting->value : null; if (!empty($basicValue)) { $basicValue = json_decode($basicValue, true); } @endphp
{{ csrf_field() }}
{{ trans('update.gifts_setting_active_hint') }}
@php $otherSwitches = ['allow_sending_gift_for_courses', 'allow_sending_gift_for_bundles', 'allow_sending_gift_for_products']; @endphp @foreach($otherSwitches as $otherSwitch)
{{ trans("update.{$otherSwitch}_hint") }}
@endforeach
@endsection @push('scripts_bottom') @endpush