@php $lang=app()->getLocale(); @endphp @extends('layouts.accounts') @section('content')
Group List
New Group
@foreach ($groups as $group) @endforeach
ID Title Parent
{{$group->id}} {{$group->title}} {{$group->parent_id}} Edit
@endsection