@csrf @method('PUT')
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
@if ($errors->has('customer_id')) {{ $errors->first('customer_id') }} @endif