@extends('layouts.default') @push('style') @endpush @section('content')
@if(!empty($groups)) @foreach($groups as $group) @endforeach @endif
#SL Name Slug Status Actions
{{$i}} {{$group->name}} {{$group->slug}} {{$group->status}}
@endsection @push('scripts') @endpush