startSection('content'); ?> 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('dashboard.breadcumb'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?> renderComponent(); ?>
any()): ?> all() : [])); ?> withName('flash-message'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\App\View\Components\FlashMessage::ignoredParameterNames()); ?> withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?> renderComponent(); ?>
modelForm($blog, 'PUT')->route('blog.update', $blog->id)->class('needs-validation')->attributes(['novalidate'])->open()); ?> make('ccms::blog.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> closeModelForm()); ?>
stopSection(); ?> make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>