{!! Form::model($customer_group, ['method' => 'PUT', 'route' => ['admin.customer.groups.update', $customer_group->id]]) !!}
{{ $errors->first('group_name') }}