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