@extends('backend.master') @section('title') {{ ___('common.Alert') }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ ___('common.basic_alert') }}

The simplest usage for short messages.

{{-- --}}

{{ ___('common.icon_alert') }}

The simplest usage for short messages with Icon.

{{ ___('common.describe_alert') }}

The simplest usage for short messages with describe.

{{-- Closable Alert --}}

{{ ___('common.closable_alert') }}

The simplest usage for short messages with close button.

@endsection