@extends('admin.layouts.app') @section('content')

{{$group['name']}}


@include('admin.message')
{{__('Settings Groups')}}
@csrf @include('Language::admin.navigation')
@if(empty($group['view'])) @include ('Core::admin.settings.groups.'.$current_group) @else @include ($group['view']) @endif

@endsection