@extends('layouts.main') @section('title', 'Notifications') @section('content') @push('head') @endpush

{{ __('Jquery Toast Styles')}}

Click on the below buttons for notifications in different styles.

The icon property can be used to specify the predefined types of toasts - success, info, warning and danger

{{ __('Jquery Toast Positions')}}

The position property can be used to specify the predefined positions of toasts

@push('script') @endpush @endsection