@extends('layouts.app') @php use Illuminate\Support\HtmlString; // Page title $currentPageTitle = 'Buttons'; // Define BoxIcon once as an HtmlString (so it won’t get escaped) $BoxIcon = new HtmlString(' '); @endphp @section('content') {{-- Page Breadcrumb --}}
{{-- Primary Buttons --}}
Button Text Button Text
{{-- Primary Button with Left Icon --}}
Button Text Button Text
{{-- Primary Button with Right Icon --}}
Button Text Button Text
{{-- Outline Buttons --}}
Button Text Button Text
{{-- Outline Button with Left Icon --}}
Button Text Button Text
{{-- Outline Button with Right Icon --}}
Button Text Button Text
@endsection