@extends('layouts.admin.master') @section('title') Switch {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Switch

@endslot @endcomponent
Basic Switch
Switch Color
Switch Outline
Switch unchecked Outline
Switch Sizing
Switch With icon
Switch With color
@push('scripts') @endpush @endsection