@extends('backend.layouts.app') @section('title') {{ 'Toasts | '.env('APP_NAME') }} @endsection @section('breadcrumbs') @include('backend.layouts.partials.breadcrumbs',['current' => 'Toasts']) @endsection @push('after-css') @endpush @section('content')

Basic Toast

Translucent

Stacking

Placement

Bootstrap 11 mins ago
Hello, world! This is a toast message.

Placement

Placement with Flexbox

@endsection @push('js') @endpush