@extends('adminlte::components.form.input-group-component') {{-- Set errors bag internallly --}} @php($setErrorsBag($errors ?? null)) {{-- Set input group item section --}} @section('input_group_item')
{{-- Custom file input --}} merge(['class' => $makeItemClass()]) }}> {{-- Custom file label --}}
@overwrite {{-- Add the plugin initialization code --}} @once @push('js') @endpush @endonce {{-- Setup the height and font size of the plugin when using sm/lg sizes --}} {{-- NOTE: this may change with newer plugin or Bootstrap versions --}} @once @push('css') @endpush @endonce