@extends('layouts.client_template') @section('content')
@foreach(['danger','warning','success','info'] as $msg) @if(Session::has('alert-'.$msg))

{{ Session::get('alert-'.$msg) }} ×

@endif @endforeach
@if(count($groups) > 0)
{{ csrf_field() }} @foreach($groups as $key=>$val)
@endforeach
@endif
@endsection