@extends('layouts.app') @section('title', 'User Group') @section('breadcrumb', 'Manage User Group') @section('sub-breadcrumb') List @endsection @section('manage-user-group', 'kt-menu__item--open kt-menu__item--here') @section('list-user-group', 'kt-menu__item--active') @section('content')
@include('layouts.notification') {{-- begin: datatable --}}
@php $no = 1; @endphp @foreach ($user_group as $key =>$value) @endforeach
No User Group Action
{{$no++}} {{$value['name']}} |
{{-- begin: datatable --}}
@endsection @section('custom-script') @endsection