{{-- ? To set: required: route as string to view route for show animated button option: type as string, type options: bootstrap buttons btn_text as string, btn_fa_icon as string without "fa-", sticky as boolen to fix at the top ? To implement in Blade: @includeIf('layouts.inputs.btn_route_animated', ['route' => 'example.create']) --}} @if ( isset($route) )
{{ $btn_text ?? "Neuer Eintrag" }}
@endif