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

{{$group['name']}}


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