@extends('layouts.customer') @section('title','Edit Group') @section('extra-css') @endsection @section('content') @lang('customer.groups') @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') @lang('customer.update') @endsection @section('extra-scripts') @endsection