{{--
This method is called. For career
@author co.danh
@return view ajax
--}}
@extends('layouts.master')
@section('link')
@include('layouts.header')
@stop
@section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))