Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created August 22, 2015 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evercode1/61e31ecda5111af53d29 to your computer and use it in GitHub Desktop.
Save evercode1/61e31ecda5111af53d29 to your computer and use it in GitHub Desktop.
friendly.blade.php
@extends('layouts.master')
@section('content')
<div class="alert alert-danger alert-dismissible alert-important" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Oh Snap!</strong> You threw a Really Friendly Exception...
</div>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment