@extends('layouts.backend') @section('top-title', 'SugarSammy: Show Groups') @section('title', 'Show Groups') @section('content')
@if(Session::has('message'))
{{ Session::get('message') }}
@endif Back to admin
@endsection