@if(!empty( $banner_type = (old('banner.type', $componentable->banner->type ?? null)) )) @if(View::exists("admin.banners.partials.$banner_type")) @include("admin.banners.partials.$banner_type") @endif @endif