{{-- ? To set: * required: route as string to view route for show animated button optional: color as string , color options: success, info, warning, danger btn_text as string , btn_fa_icon as string without "fa-", sticky as boolean to fix at the top, btn_title as string ? To implement in Blade: * @includeIf('layouts.inputs.btn_route_animated', ['route' => 'example.create']) --}} @if ( isset($route) )
{{ $btn_text ?? "Neuer Eintrag" }}
@endif