@extends('layouts.app') @section('title', __('account.group.list')) @section('css') @endsection @section('content')
{{ __('account.group.group_list') }}
@can('account.group.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('account.group.parent') }} {{ __('app.description') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection