@extends('layouts.application') @section('layout-content') @if(Session::has('alert-save')) @endif @if(Session::has('alert-error')) @endif @if(Session::has('alert-success')) @endif @if(Session::has('alert-warning')) @endif