*/ ?> @extends('layouts.app') @section('title', __('mmfcustomersgroups::customers-groups.name')) @section('content')
{{ __('mmfcustomersgroups::customers-groups.name') }}
@foreach ($groups as $group)

{{ $group->name }}

@endforeach
@endsection