@extends($isAdmin ? 'tyro-dashboard::layouts.admin' : 'tyro-dashboard::layouts.user')
@push('styles')
@endpush
@section('title', 'Widgets')
@section('breadcrumb')
Dashboard
/
Examples
/
Widgets
@endsection
@section('content')
@include('tyro-dashboard::examples.partials.widgets.alert-note')
@include('tyro-dashboard::examples.partials.widgets.roi-calculator')
@include('tyro-dashboard::examples.partials.widgets.emi-calculator')
@include('tyro-dashboard::examples.partials.widgets.qr-generator')
@include('tyro-dashboard::examples.partials.widgets.password-generator')
@include('tyro-dashboard::examples.partials.widgets.bmi-calculator')
@include('tyro-dashboard::examples.partials.widgets.flight-tracker')
@include('tyro-dashboard::examples.partials.widgets.daily-comics')
@include('tyro-dashboard::examples.partials.widgets.weather-check')
@include('tyro-dashboard::examples.partials.widgets.nearest-restaurants')
@include('tyro-dashboard::examples.partials.widgets.weather-forecast')
@include('tyro-dashboard::examples.partials.widgets.stock-viewer')
@include('tyro-dashboard::examples.partials.widgets.image-finder')
@include('tyro-dashboard::examples.partials.widgets.unit-converter')
@include('tyro-dashboard::examples.partials.widgets.currency-converter')
@include('tyro-dashboard::examples.partials.widgets.invoice-builder')
@push('scripts')
@include('tyro-dashboard::examples.partials.widgets.scripts')
@endpush
@endsection