@extends('admin.layouts.main') @section('content')
@csrf

Group

{{--
--}}
@foreach ($group as $item) @endforeach
ID Group Name Category Created Date
{{ $item->id }} {{ $item->name }} {{ $item->categoryName }} {{ $item->created_at }}
@endsection @section('scriptSource') @endsection