@php $post ??= []; $fiTheme = config('larapen.core.fileinput.theme', 'bs5'); $allowedFileFormatsJson = collect(getAllowedFileFormats())->toJson(); @endphp @section('after_styles') @parent @if (config('lang.direction') == 'rtl') @endif @if (str_starts_with($fiTheme, 'explorer')) @endif @endsection @section('after_scripts') @parent @endsection