@extends('layouts.customer') @section('title','Edit Group') @section('extra-css') @endsection @section('content')
@if(count($groupContactIds)<200)
@lang(('customer.group_edit_nb'))
@else
Can not modify previous contacts. Less than 200 contacts are editable
@endif
@csrf @method('put') @include('customer.groups.form')
@endsection @section('extra-scripts') @endsection